[SCM] libav/experimental: rawdec: Properly pass reordered_opaque through the decoder

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:16:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 1bb56bdb418359b3eb993ff119b02794c6fe605f
Author: Alexander Strange <astrange at ithinksw.com>
Date:   Wed Sep 29 15:43:37 2010 +0000

    rawdec: Properly pass reordered_opaque through the decoder
    
    Originally committed as revision 25261 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 0603354..e8c4bd8 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -122,6 +122,7 @@ static int raw_decode(AVCodecContext *avctx,
 
     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) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list