[FFmpeg-devel] [PATCH 01/21] avcodec/h263: Remove declaration for inexistent function

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Jan 28 13:36:58 EET 2022


Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavcodec/h263.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libavcodec/h263.h b/libavcodec/h263.h
> index 982e545491..31836ebb95 100644
> --- a/libavcodec/h263.h
> +++ b/libavcodec/h263.h
> @@ -68,7 +68,6 @@ void ff_h263_encode_init(MpegEncContext *s);
>  void ff_h263_decode_init_vlc(void);
>  void ff_h263_init_rl_inter(void);
>  int ff_h263_decode_picture_header(MpegEncContext *s);
> -int ff_h263_decode_gob_header(MpegEncContext *s);
>  void ff_h263_update_motion_val(MpegEncContext * s);
>  void ff_h263_loop_filter(MpegEncContext * s);
>  int ff_h263_decode_mba(MpegEncContext *s);

Will apply this patchset (with the ff_free_picture() renamed) tomorrow
unless there are objections.

- Andreas


More information about the ffmpeg-devel mailing list