[FFmpeg-devel] [PATCH] avcodec/opus_parser: Handle complete frames flag.

James Almer jamrial at gmail.com
Wed Aug 22 01:47:27 EEST 2018


On 8/20/2018 3:35 PM, Jacob Trimble wrote:
> I am not entirely sure what this flag is supposed to be, since there
> is no documentation where it is defined.  But this was suggested by
> James Almer as a fix for my encrypted Opus problems and several other
> codec parsers do the same thing.

It's a flag that lets the parser know what kind of frames it's getting.
libavformat will set it if the source is a demuxer that guarantees the
propagation of complete frames, like mp4, Matroska and Ogg.

Applied, thanks.


More information about the ffmpeg-devel mailing list