diff mpegvideo.h @ 5788:a3a2968e16ad libavcodec

export DCT_common_init and add ff_prefix
author bcoudurier
date Mon, 08 Oct 2007 09:09:19 +0000
parents b5201af1a8b9
children a40edc95456d
line wrap: on
line diff
--- a/mpegvideo.h	Sun Oct 07 23:46:51 2007 +0000
+++ b/mpegvideo.h	Mon Oct 08 09:09:19 2007 +0000
@@ -723,6 +723,7 @@
 void ff_er_frame_end(MpegEncContext *s);
 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status);
 
+int ff_dct_common_init(MpegEncContext *s);
 
 extern enum PixelFormat ff_yuv420p_list[2];