You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-24 04:44:54 +02:00
c23d56b173
Some video codecs are not meant to output frames on their own but to be applied on top of frames generated by other codecs, as is the case of LCEVC, Dolby Vision, etc. Add a codec prop to signal this kind of codec, so that library users may know to not expect a standalone decoder for them to be present. Signed-off-by: James Almer <jamrial@gmail.com>