On Mon, Oct 1, 2018 at 12:01 AM Jan Ekström <jee...@gmail.com> wrote: > > Additionally, please make sure that the files created with these > changes can be demuxed with the FFmpeg IVF demuxer (ivfdec.c). I would > guess the H.264 stuff would work, but since the IVF demuxer utilizes > the ff_codec_bmp_tags list, which doesn't seem to contain HEVC entries > I would guess additional stuff would be required there. >
For the record, I was noted that people were previously against adding HEVC to riff.c's lists as that would end up supporting HEVC in AVI, which we would prefer not to see in the wild. Thus I think the proper way of doing this would be to have the IVF demuxer to have its own AVCodecTag list instead of using the global RIFF list. This could be shared between the demuxer and muxer so it doesn't get duplicated. Best regards, Jan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel