OSDN Git Service

avcodec/libutvideodec: use av_frame_move_ref()
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 9 Dec 2013 23:50:09 +0000 (00:50 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 10 Dec 2013 00:11:32 +0000 (01:11 +0100)
commit4c1b4ae1baf77df7150fa8cbcece8057a261e47d
treee1869c24cfafc419db4f6b4d39fb2c0802533a7f
parent999ee28124f3b636bfab7cc6cb77b13224e07583
avcodec/libutvideodec: use av_frame_move_ref()

AVFrames cannot be copied literally, their definition is in
avutil and their extended_data can point to their data[]

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