diff mpegvideo.h @ 925:7fccaa0d699d libavcodec

AVVideoFrame -> AVFrame
author michaelni
date Mon, 09 Dec 2002 12:03:43 +0000
parents 3814e9115672
children 6bcb214d6a17
line wrap: on
line diff
--- a/mpegvideo.h	Mon Dec 09 00:29:17 2002 +0000
+++ b/mpegvideo.h	Mon Dec 09 12:03:43 2002 +0000
@@ -110,7 +110,7 @@
 } ScanTable;
 
 typedef struct Picture{
-    FF_COMMON_PICTURE    
+    FF_COMMON_FRAME
 
     int mb_var_sum;             /* sum of MB variance for current frame */
     int mc_mb_var_sum;          /* motion compensated MB variance for current frame */