diff mbox series

[FFmpeg-devel,6/7] avcodec/h263: Remove declaration of inexistent function

Message ID AM7PR03MB6660CB42F61062F039E086858F749@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit f860dfe555349611ba20bb44e62487ee080c5ae1
Headers show
Series [FFmpeg-devel,1/7] avcodec/mpegvideo: Move closed_gop to Mpeg1Context | 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

Commit Message

Andreas Rheinhardt Dec. 13, 2021, 1:38 a.m. UTC
Forgotten in c46eeae2a80dfe0046c15b542e8b9a2c78f19bf7.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/h263.h | 7 -------
 1 file changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/libavcodec/h263.h b/libavcodec/h263.h
index d6bef8318d..84a3a19517 100644
--- a/libavcodec/h263.h
+++ b/libavcodec/h263.h
@@ -87,13 +87,6 @@  int ff_intel_h263_decode_picture_header(MpegEncContext *s);
 int ff_h263_decode_mb(MpegEncContext *s,
                       int16_t block[6][64]);
 
-/**
- * Return the value of the 3-bit "source format" syntax element.
- * This represents some standard picture dimensions or indicates that
- * width&height are explicitly stored later.
- */
-int av_const h263_get_picture_format(int width, int height);
-
 void ff_clean_h263_qscales(MpegEncContext *s);
 int ff_h263_resync(MpegEncContext *s);
 void ff_h263_encode_motion(PutBitContext *pb, int val, int f_code);