[FFmpeg-devel] [RFC/PATCH] MV-HEVC decoding
James Almer
jamrial at gmail.com
Wed Aug 28 23:15:56 EEST 2024
On 8/27/2024 12:04 PM, Anton Khirnov wrote:
> One potential point of discussion is that the caller may want to know
> the view ID in its get_buffer2() callback (this is actually used in the
> ffmpeg CLI code). One potential option is attaching the view ID side
> data before calling get_buffer2(), but that is quite unusual and would
> require changes to the progress frame API. For now, I'm using another
> read-only decoder-private AVOption for that. Opinions welcome.
I just sent a patch for this. I need the same thing for LC-EVC support.
More information about the ffmpeg-devel
mailing list