diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-12-17 11:25:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-12-17 11:25:29 +0000 |
commit | 59b571c1e45f6ed3bef7589ae026a1526a07be88 (patch) | |
tree | 77c9181b13e74811d794d20d48e83d849c3db438 /libavcodec/mpegvideo.h | |
parent | a8140ad5aba418a89bfbd48577f453cdf2448edf (diff) | |
download | ffmpeg-59b571c1e45f6ed3bef7589ae026a1526a07be88.tar.gz |
more debug output
Originally committed as revision 1338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 41e92835d9..ca0054418f 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -553,6 +553,8 @@ void ff_clean_intra_table_entries(MpegEncContext *s); 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; |