[FFmpeg-devel] [PATCH 2/2] avformat/movenc: support Opus packets with more than 60ms of audio when writing the Sample Group Description Box

James Almer jamrial at gmail.com
Fri Aug 24 18:31:46 EEST 2018


On 8/24/2018 7:19 AM, Carl Eugen Hoyos wrote:
> 2018-08-24 0:17 GMT+02:00, James Almer <jamrial at gmail.com>:
>> Fixes assertion failures when trying to mux such streams.
> 
> Shouldn't this be 1/2?
> 
> And does this assert now for libavformat users that use
> new libopus (but not libavcodec) or do I misunderstand?

This asserts for any stream with >= 80ms packets. It doesn't need to be
a direct encode from the libopus wrapper, since it can also happen
during be a remux. So the order these two patches are committed doesn't
really matter.

But if you prefer, i can swap them before pushing.

> 
> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 



More information about the ffmpeg-devel mailing list