[FFmpeg-devel] [PATCH 1/2] avcodec/cbs_av1: implement missing set_frame_refs() function

James Almer jamrial at gmail.com
Mon Nov 18 02:05:16 EET 2019


On 11/17/2019 8:55 PM, James Almer wrote:
> Defined in Section 7.8
> 
> This finishes implementing support for frames using
> frame_refs_short_signaling.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>

Here's a sample using short ref signaling:
https://code.videolan.org/videolan/dav1d-test-data/raw/master/8-bit/features/frames_refs_short_signaling.ivf

av1_metadata will complain about it, with or without this patch, until
"avcodec/cbs_av1: keep separate reference frame state for reading and
writing" or another solution to that issue is applied.


More information about the ffmpeg-devel mailing list