diff mpegvideo.h @ 618:4f3d4a07d374 libavcodec

added aspected_width/height for EXTENDED_PAR
author al3x
date Mon, 26 Aug 2002 20:45:01 +0000
parents c0005de2be59
children bb6a69f9d409
line wrap: on
line diff
--- a/mpegvideo.h	Mon Aug 26 16:10:41 2002 +0000
+++ b/mpegvideo.h	Mon Aug 26 20:45:01 2002 +0000
@@ -360,6 +360,8 @@
     int new_pred;
     int reduced_res_vop;
     int aspect_ratio_info;
+    int aspected_width;
+    int aspected_height;
     int sprite_warping_accuracy;
     int low_latency_sprite;
     int data_partitioning;
@@ -415,7 +417,6 @@
     /* [mb_intra][isChroma][level][run][last] */
     int ac_stats[2][2][MAX_LEVEL+1][MAX_RUN+1][2];
     int inter_intra_pred;
-    
 
     /* decompression specific */
     GetBitContext gb;