[FFmpeg-devel] [PATCH 5/5] avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sat Jul 23 18:17:00 EEST 2022


Ronald S. Bultje:
> Hi,
> 
> On Sat, Jul 23, 2022 at 1:16 PM Andreas Rheinhardt <
> andreas.rheinhardt at outlook.com> wrote:
> 
>> Instead replace VP56mv by new and identical structures VP8mv and VP9mv.
>> Also replace VP56Frame by VP8FrameType in vp8.h and use that
>> in VP8 code. Also remove VP56_FRAME_GOLDEN2, as this has only
>> been used by VP8.
>>
> 
> Should this be renamed to VP8_FRAME_ALTREF instead of GOLDEN2 then?
> 
> Ronald
> 

If this is a more accurate term, then I will use VP8_FRAME_ALTREF.
(Honestly, I never looked at the VP8 spec. I only looked at our code.)

- Andreas


More information about the ffmpeg-devel mailing list