[FFmpeg-devel] [PATCH]lavf/isom: Recognize fourcc HEVC

James Almer jamrial at gmail.com
Thu May 3 23:26:38 EEST 2018


On 5/2/2018 6:12 PM, Carl Eugen Hoyos wrote:
> 2018-05-02 22:50 GMT+02:00, Hendrik Leppkes <h.leppkes at gmail.com>:
> 
>> If anything at all, this should most definitely not go into movvideo
>> tags. This is about AVI files, so if it should go anywhere, it should
>> be in ff_codec_bmp_tags. But of course this would have the side-effect
>> that it actually allows encoding such files then, which would
>> absolutely not be OK.
> 
> What do you suggest?

Create a new table with all non standard codecids from ff_codec_bmp_tags
and use it exclusively in avidec, then remove them from
ff_codec_bmp_tags, adapting other de/muxers if needed (like ivf).

And then add this HEVC codecid to it.


More information about the ffmpeg-devel mailing list