Set reordered_opaque in default_reget_buffer() with internal buffers.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 14 Dec 2009 11:42:17 +0000 (11:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 14 Dec 2009 11:42:17 +0000 (11:42 +0000)
From ffmbc0.3, this one appears to be a bugfix.

Originally committed as revision 20862 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/utils.c

index 2359a63..d91cbc0 100644 (file)
@@ -367,8 +367,10 @@ int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic){
     }
 
     /* If internal buffer type return the same buffer */
-    if(pic->type == FF_BUFFER_TYPE_INTERNAL)
+    if(pic->type == FF_BUFFER_TYPE_INTERNAL) {
+        pic->reordered_opaque= s->reordered_opaque;
         return 0;
+    }
 
     /*
      * Not internal type and reget_buffer not overridden, emulate cr buffer