diff mpegvideo.h @ 336:c56b45669214 libavcodec

export delay info fixed low_delay & vo_type on mpeg4 header writer & parser
author michaelni
date Mon, 22 Apr 2002 19:04:28 +0000
parents 8aa87f1dfc52
children bf26081c373c
line wrap: on
line diff
--- a/mpegvideo.h	Mon Apr 22 17:33:43 2002 +0000
+++ b/mpegvideo.h	Mon Apr 22 19:04:28 2002 +0000
@@ -296,6 +296,8 @@
     int data_partioning;
     int resync_marker;
     int resync_x_pos;
+    int low_delay;                   /* no reordering needed / has no b-frames */
+    int vo_type;
 
     /* divx specific, used to workaround (many) bugs in divx5 */
     int divx_version;