[FFmpeg-devel] [PATCH] avformat/oggparseogm: sync avctx w/ codecpar

James Almer jamrial at gmail.com
Thu Feb 28 19:06:35 EET 2019


On 2/26/2019 10:18 PM, Chris Cunningham wrote:
> On Thu, Feb 21, 2019 at 4:46 PM Chris Cunningham
> <chcunningham at chromium.org <mailto:chcunningham at chromium.org>> wrote:
> 
>     I'm fine to do either. James, do you still prefer to skip the later
>     headers if this breaks some old ogm files?
> 
> 
> James, friendly pingĀ 

Yes, i'd prefer if we skip any superfluous parameter header that shows
up before the first data packet.
The return value of ff_codec_get_id() should also be checked to not
propagate AV_CODEC_ID_NONE, which was the source of this issue.


More information about the ffmpeg-devel mailing list