[FFmpeg-devel] [PATCH v4 5/5] lavc/hevcdec: Parse DOVI RPU NALs
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sat Dec 11 16:47:09 EET 2021
Niklas Haas:
> From: Niklas Haas <git at haasn.dev>
>
> And expose the parsed values as frame side data. Update FATE results to
> match.
>
> It's worth documenting that this relies on the dovi configuration record
> being present on the first AVPacket fed to the decoder, which in
> practice is the case if if the API user has called something like
> av_format_inject_global_side_data, which is unfortunately not the
> default.
>
> This commit is not the time and place to change that behavior, though.
>
> Signed-off-by: Niklas Haas <git at haasn.dev>
> ---
> libavcodec/hevcdec.c | 40 +-
> libavcodec/hevcdec.h | 2 +
> tests/ref/fate/hevc-dv-rpu | 11200 +++++++++++++++++++++++++++++++++++
> 3 files changed, 11234 insertions(+), 8 deletions(-)
11200 lines for the fate ref file. Don't you think that is a bit excessive?
- Andreas
More information about the ffmpeg-devel
mailing list