diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-24 22:17:16 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-29 18:34:30 +0100 |
commit | 85bbae8473029a96d60cd0f9d8956a7c8aca49bb (patch) | |
tree | aead3bfe62901fef6a8554c887139f5045f19cf3 | |
parent | 218d1f76d46fc5b59a27d5ec9e88e821dc888d11 (diff) | |
download | ffmpeg-85bbae8473029a96d60cd0f9d8956a7c8aca49bb.tar.gz |
avcodec/h263: Remove declaration for inexistent function
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/h263.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |