Re: [FFmpeg-devel] [PATCH] avformat/mov: add VP8 codec support

2018-02-06 Thread James Almer
On 2/6/2018 9:25 PM, Carl Eugen Hoyos wrote: > 2018-02-06 2:39 GMT+01:00 James Almer : >> Demuxing only. Muxing is disabled as altref frame handling is not >> defined, and there's no way to know the presence of such frames >> during stream initialization. > > strict -2? Allowing muxing something

Re: [FFmpeg-devel] [PATCH] avformat/mov: add VP8 codec support

2018-02-06 Thread Carl Eugen Hoyos
2018-02-06 2:39 GMT+01:00 James Almer : > Demuxing only. Muxing is disabled as altref frame handling is not > defined, and there's no way to know the presence of such frames > during stream initialization. strict -2? > +if (track->par->codec_id == AV_CODEC_ID_VP8) { > +

Re: [FFmpeg-devel] [PATCH] avformat/mov: add VP8 codec support

2018-02-05 Thread Carl Eugen Hoyos
2018-02-05 6:52 GMT+01:00 Steven Liu : > fix ticket: 7000 I believe this patch would allow to create invalid mp4 files containing vp8, so it cannot get committed. See 54327c2b Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpe