diff mpegvideo.h @ 930:6bcb214d6a17 libavcodec

more debug output
author michaelni
date Tue, 17 Dec 2002 11:25:29 +0000
parents 7fccaa0d699d
children caa77cd960c0
line wrap: on
line diff
--- a/mpegvideo.h	Sun Dec 15 22:42:59 2002 +0000
+++ b/mpegvideo.h	Tue Dec 17 11:25:29 2002 +0000
@@ -553,6 +553,8 @@
 void ff_init_scantable(MpegEncContext *s, ScanTable *st, const UINT8 *src_scantable);
 void ff_error_resilience(MpegEncContext *s);
 void ff_draw_horiz_band(MpegEncContext *s);
+char ff_get_pict_type_char(int pict_type);
+
 
 extern int ff_bit_exact;