diff mpegvideo.h @ 1264:2fa34e615c76 libavcodec

cleanup
author michaelni
date Wed, 14 May 2003 23:08:01 +0000
parents 358bbc952e27
children a979fab41ed8
line wrap: on
line diff
--- a/mpegvideo.h	Wed May 14 22:38:58 2003 +0000
+++ b/mpegvideo.h	Wed May 14 23:08:01 2003 +0000
@@ -710,7 +710,6 @@
 void ff_draw_horiz_band(MpegEncContext *s, int y, int h);
 void ff_emulated_edge_mc(MpegEncContext *s, uint8_t *src, int linesize, int block_w, int block_h, 
                                     int src_x, int src_y, int w, int h);
-char ff_get_pict_type_char(int pict_type);
 #define END_NOT_FOUND -100
 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size);
 void ff_print_debug_info(MpegEncContext *s, Picture *pict);