[FFmpeg-cvslog] avcodec/h263: Remove declaration for inexistent function

Andreas Rheinhardt git at videolan.org
Sat Jan 29 21:02:09 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Jan 24 22:17:16 2022 +0100| [85bbae8473029a96d60cd0f9d8956a7c8aca49bb] | committer: Andreas Rheinhardt

avcodec/h263: Remove declaration for inexistent function

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85bbae8473029a96d60cd0f9d8956a7c8aca49bb
---

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



More information about the ffmpeg-cvslog mailing list