[FFmpeg-cvslog] r23343 - trunk/ffplay.c

michael subversion
Thu May 27 02:31:45 CEST 2010


Author: michael
Date: Thu May 27 02:31:45 2010
New Revision: 23343

Log:
Fix pts reordering code.
This fixes a regression introduced when libavfilter support was added to ffplay.

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Thu May 27 00:26:19 2010	(r23342)
+++ trunk/ffplay.c	Thu May 27 02:31:45 2010	(r23343)
@@ -1600,6 +1600,7 @@ static int input_get_buffer(AVCodecConte
     pic->opaque = ref;
     pic->age    = INT_MAX;
     pic->type   = FF_BUFFER_TYPE_USER;
+    pic->reordered_opaque = codec->reordered_opaque;
     return 0;
 }
 



More information about the ffmpeg-cvslog mailing list