diff mpegvideo.h @ 5273:101f20612a94 libavcodec

Split ff_set_mpeg4_time() and move the non mpeg4 specific part into mpegvideo_enc.c.
author aurel
date Tue, 10 Jul 2007 14:37:33 +0000
parents 727a49c28c51
children 4393e09e32ec
line wrap: on
line diff
--- a/mpegvideo.h	Tue Jul 10 14:30:57 2007 +0000
+++ b/mpegvideo.h	Tue Jul 10 14:37:33 2007 +0000
@@ -834,7 +834,7 @@
                         int *px, int *py);
 void mpeg4_pred_ac(MpegEncContext * s, DCTELEM *block, int n,
                    int dir);
-void ff_set_mpeg4_time(MpegEncContext * s, int picture_number);
+void ff_set_mpeg4_time(MpegEncContext * s);
 void mpeg4_encode_picture_header(MpegEncContext *s, int picture_number);
 #ifdef CONFIG_ENCODERS
 void h263_encode_init(MpegEncContext *s);