diff mpegvideo.h @ 1354:1f89adb69349 libavcodec

flv cleanup / simplify
author michaelni
date Thu, 10 Jul 2003 00:15:27 +0000
parents cfc80b3a4ada
children 0fd38b711f06
line wrap: on
line diff
--- a/mpegvideo.h	Wed Jul 09 23:10:59 2003 +0000
+++ b/mpegvideo.h	Thu Jul 10 00:15:27 2003 +0000
@@ -819,6 +819,7 @@
                     DCTELEM block[6][64],
                     int motion_x, int motion_y);
 void h263_encode_picture_header(MpegEncContext *s, int picture_number);
+void ff_flv_encode_picture_header(MpegEncContext *s, int picture_number);
 int h263_encode_gob_header(MpegEncContext * s, int mb_line);
 int16_t *h263_pred_motion(MpegEncContext * s, int block, 
                         int *px, int *py);