Niklas Haas:
> On Sat, 11 Dec 2021 15:02:14 +0100 Andreas Rheinhardt 
> <andreas.rheinha...@outlook.com> wrote:
>> verification
> 
> Fixed
> 
>> lavu
> 
> Fixed
> 
>> Why is this always compiled when only the HEVC decoder needs it?
>> (The way it is now will cause linking errors when CONFIG_GOLOMB is false.)
> 
> In principle, parsing the RPU contents is orthogonal from their delivery
> within HEVC. According to Dolby the same RPU may be attached to AVC
> (though admittedly nobody does so), and VVC also supports it (although
> this one is not implemented in lavc yet).
> 
> How about instead adding CONFIG_DOLBYVISION as an extra configure option
> (similar to CONFIG_GOLOMB), and have hevc_decoder auto-select it?
> 

Sounds fine to me (I thought about just adding this file to the list of
files compiled when the HEVC decoder is selected, but the end result is
the same).

- Andreas
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to