summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-10-08 22:57:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-08 22:57:39 +0000
commit5f6c92d40c2003471b005cc05430ec8488000867 (patch)
tree0ec3694130da09c13e97f255642c8cb278941501 /libavcodec/mpegvideo.h
parent8c7aaf5b6de268518e19a1368fb3fb2f78829e95 (diff)
h.261 loop filter fix
closes bug #1033108 Originally committed as revision 3574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 19aa1bca2e..49252aa9a2 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -863,6 +863,9 @@ extern const int16_t ff_mpeg4_default_non_intra_matrix[64];
extern const uint8_t ff_h263_chroma_qscale_table[32];
extern const uint8_t ff_h263_loop_filter_strength[32];
+/* h261.c */
+void ff_h261_loop_filter(MpegEncContext *s);
+
/* h263.c, h263dec.c */
int ff_h263_decode_init(AVCodecContext *avctx);