diff libmpdemux/stheader.h @ 33008:6ee39df47be0

Support CrystalHD decoding. Patch by Philip Langdale, philipl overt org
author cehoyos
date Wed, 23 Mar 2011 08:35:45 +0000
parents 616375aefdda
children 8f2167abd6e0
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Tue Mar 22 11:44:26 2011 +0000
+++ b/libmpdemux/stheader.h	Wed Mar 23 08:35:45 2011 +0000
@@ -97,7 +97,7 @@
   double i_pts;   // PTS for the _next_ I/P frame
   float next_frame_time;
   double last_pts;
-  double buffered_pts[20];
+  double buffered_pts[32];
   int num_buffered_pts;
   // output format: (set by demuxer)
   float fps;              // frames per second (set only if constant fps)