[FFmpeg-devel] [PATCH] avcodec/cbs_av1: fix parsing frame_size_with_refs

James Almer jamrial at gmail.com
Sat Oct 27 22:12:07 EEST 2018


On 10/27/2018 3:54 PM, Mark Thompson wrote:
> On 27/10/18 01:38, James Almer wrote:
>> found_ref is not a single value in the bitstream. Fixes parsing files with
>> frame size changes.
>>
>> Based on code from cbs_vp9.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/cbs_av1.h                 | 2 +-
>>  libavcodec/cbs_av1_syntax_template.c | 6 +++---
>>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> Urgh, yes (I hate the surprise mutable variables in these specs).
> 
> LGTM.
> 
> Thanks!
> 
> - Mark

Pushed.


More information about the ffmpeg-devel mailing list