summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-30 00:58:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-30 00:58:33 +0100
commit2d2b363c652403ac0bda129912e1910aacdaa3fc (patch)
treeca0bc8a67258c8195d1b2e01bb8eed355e48fc54 /libavcodec/h263.h
parent2d614e9be14cb493c56448467b38865137e9e855 (diff)
h263: remove unused ff_h263_find_resync_marker()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h263.h')
-rw-r--r--libavcodec/h263.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h263.h b/libavcodec/h263.h
index dfefea9364..962d44cbb6 100644
--- a/libavcodec/h263.h
+++ b/libavcodec/h263.h
@@ -120,7 +120,6 @@ int av_const h263_get_picture_format(int width, int height);
void ff_clean_h263_qscales(MpegEncContext *s);
int ff_h263_resync(MpegEncContext *s);
-const uint8_t *ff_h263_find_resync_marker(MpegEncContext *s, const uint8_t *p, const uint8_t *end);
int ff_h263_get_gob_height(MpegEncContext *s);
void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);