diff mpegvideo.h @ 2291:c4e882a7c07c libavcodec

h.261 loop filter fix closes bug #1033108
author michael
date Fri, 08 Oct 2004 22:57:39 +0000
parents 7e0b2e86afa9
children a9f79085b01d
line wrap: on
line diff
--- a/mpegvideo.h	Fri Oct 08 21:45:29 2004 +0000
+++ b/mpegvideo.h	Fri Oct 08 22:57:39 2004 +0000
@@ -863,6 +863,9 @@
 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);