[FFmpeg-devel] [PATCH v2 3/9] avformat/daudenc: force 2000 sample packet size with a bsf

Stefano Sabatini stefasab at gmail.com
Sat Mar 9 18:23:28 EET 2024


On date Friday 2024-03-08 01:53:27 +0100, Marton Balint wrote:
> The samples I found all have 2000 sample packets, and by forcing the packet
> size with a bsf we could automagically make muxing work for packets containing
> more than 3640 samples.
> 
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
>  configure                     |  1 +
>  doc/muxers.texi               | 16 +++++-----------
>  libavformat/daudenc.c         | 11 +++++------
>  tests/ref/fate/dcinema-encode | 31 +++++++++++--------------------
>  4 files changed, 22 insertions(+), 37 deletions(-)

LGTM, thanks.


More information about the ffmpeg-devel mailing list