[FFmpeg-devel] [PATCH] cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undef

Mark Thompson sw at jkqxz.net
Fri Jun 7 23:27:42 EEST 2019


On 07/06/2019 01:27, Andreas Rheinhardt wrote:
> READ has already been undefined at this point; it is obviously intended
> to undef WRITE.
> Furthermore, leb128 (in cbs_av1) was undefined too often and
> inconsistently.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
>  libavcodec/cbs_av1.c   | 5 ++---
>  libavcodec/cbs_jpeg.c  | 2 +-
>  libavcodec/cbs_mpeg2.c | 2 +-
>  libavcodec/cbs_vp9.c   | 2 +-
>  4 files changed, 5 insertions(+), 6 deletions(-)

Yep; applied.

Thanks!

- Mark


More information about the ffmpeg-devel mailing list