OSDN Git Service

Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 1 Feb 2010 00:18:49 +0000 (00:18 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 1 Feb 2010 00:18:49 +0000 (00:18 +0000)
commit5cd3928478ed8d296e892be781aa68e13a51dbbd
treedada40682d81eaa6ea5af8950f85a2e6c1bd7540
parent41db429dd58447fd062ce2e66d741193ce19a99c
Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.
This should make sure that pictures allocated prior to avcodec_decode_video()
get AV_NOPTS_VALUE assigned.

Originally committed as revision 21580 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/options.c