[FFmpeg-cvslog] r25261 - trunk/libavcodec/rawdec.c

astrange subversion
Wed Sep 29 17:43:38 CEST 2010


Author: astrange
Date: Wed Sep 29 17:43:37 2010
New Revision: 25261

Log:
rawdec: Properly pass reordered_opaque through the decoder

Modified:
   trunk/libavcodec/rawdec.c

Modified: trunk/libavcodec/rawdec.c
==============================================================================
--- trunk/libavcodec/rawdec.c	Wed Sep 29 17:43:36 2010	(r25260)
+++ trunk/libavcodec/rawdec.c	Wed Sep 29 17:43:37 2010	(r25261)
@@ -122,6 +122,7 @@ static int raw_decode(AVCodecContext *av
 
     frame->interlaced_frame = avctx->coded_frame->interlaced_frame;
     frame->top_field_first = avctx->coded_frame->top_field_first;
+    frame->reordered_opaque = avctx->reordered_opaque;
 
     //2bpp and 4bpp raw in avi and mov (yes this is ugly ...)
     if (context->buffer) {



More information about the ffmpeg-cvslog mailing list