[FFmpeg-devel] [PATCH v5 4/6] lavc: Implement Dolby Vision RPU parsing

Anton Khirnov anton at khirnov.net
Mon Dec 20 16:55:21 EET 2021


Quoting Niklas Haas (2021-12-20 15:47:45)
> So, the reason I made this an avctx is because I'm anticipating the need
> to check `avctx->err_recognition` if the CRC32 check ever gets
> implemented. In theory we could also do some profile-based verification
> in AV_EF_BITSTREAM / AV_EF_EXPLODE, to check if the coded RPU values
> actually match the legal combinations restricted by the profile
> specification.

I would much prefer this single flag to be passed in as a parameter,
given how much of a god object AVCodecContext already is.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list