Author: miguel
Date: 2007-06-01 12:47:06 -0400 (Fri, 01 Jun 2007)
New Revision: 78433

Modified:
   trunk/moon/src/ffvideo.cpp
Log:
More

Modified: trunk/moon/src/ffvideo.cpp
===================================================================
--- trunk/moon/src/ffvideo.cpp  2007-06-01 16:44:34 UTC (rev 78432)
+++ trunk/moon/src/ffvideo.cpp  2007-06-01 16:47:06 UTC (rev 78433)
@@ -337,6 +337,10 @@
                        
                        // We got more stuff on the queue, discard this one
                        if (g_async_queue_length (video->video_frames) > 1){
+                               printf ("Initial PTS=%ld\n", 
video->initial_pts);
+                               printf ("Video Play Start: %ld\n", 
video->play_start_time);
+                               printf ("Current time: %ld\n", av_gettime ());
+                               printf ("micro to pts: %g\n", 
video->micro_to_pts);
                                printf ("Frame PTS=%ld\n", frame->pts);
                                printf ("Target PTS=%ld\n", target_pts);
                                printf ("frame size=%d\n", video->frame_size);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to