No subject
bogus at does.not.exist.com
bogus at does.not.exist.com
Tue Aug 25 22:50:44 CEST 2009
Modified:
trunk/libavcodec/utils.c
Modified: trunk/libavcodec/utils.c
==============================================================================
--- trunk/libavcodec/utils.c Mon Dec 14 12:34:46 2009 (r20861)
+++ trunk/libavcodec/utils.c Mon Dec 14 12:42:17 2009 (r20862)
@@ -367,8 +367,10 @@ int avcodec_default_reget_buffer(AVCodec
}
/* 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
More information about the ffmpeg-cvslog
mailing list