OSDN Git Service

AVFrame: only set parameters from AVCodecContext in decode_video*() when no frame...
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 13 May 2011 22:11:10 +0000 (00:11 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 13 May 2011 22:16:49 +0000 (00:16 +0200)
commit01d3ebaf219d83c0a70cdf9696ecb6b868e8a165
treeca9f4c673c608ef15c24c206debeedf77051a2b9
parenta3bc7a9ebf37e642878f6a50a234feb987e732e9
AVFrame: only set parameters from AVCodecContext in decode_video*() when no frame reordering is used.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/utils.c