diff mbox series

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

Message ID AM7PR03MB66600AC2EF455B4D004E12E28F5F9@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 85bbae8473029a96d60cd0f9d8956a7c8aca49bb
Headers show
Series [FFmpeg-devel,01/21] avcodec/h263: Remove declaration for inexistent function | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished
andriy/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished

Commit Message

Andreas Rheinhardt Jan. 25, 2022, 5:36 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/h263.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Andreas Rheinhardt Jan. 28, 2022, 11:36 a.m. UTC | #1
Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@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
diff mbox series

Patch

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);