]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263.h
vp9: add fate sample for parallelmode.
[ffmpeg] / libavcodec / h263.h
index dfefea9364d8c2ba783147bc516f123e76f36064..962d44cbb68eaa375af9e8ce287e4d8ed88bdbdb 100644 (file)
@@ -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);