diff nut.h @ 2327:768d27bac3c1 libavformat

make StreamContext.time_base a pointer
author michael
date Thu, 09 Aug 2007 11:04:43 +0000
parents e05364bd370c
children 4d1a56112d92
line wrap: on
line diff
--- a/nut.h	Thu Aug 09 10:57:10 2007 +0000
+++ b/nut.h	Thu Aug 09 11:04:43 2007 +0000
@@ -72,7 +72,7 @@
     int skip_until_key_frame;
     int64_t last_pts;
     int time_base_id;
-    AVRational time_base;
+    AVRational *time_base;
     int msb_pts_shift;
     int max_pts_distance;
     int decode_delay; //FIXME duplicate of has_b_frames