OSDN Git Service

ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 24 Feb 2010 13:11:38 +0000 (13:11 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 24 Feb 2010 13:11:38 +0000 (13:11 +0000)
commitd2df291f73377f87cc92fe9b3b516aa55e1ed3cd
tree7ba5eb78fd22e216050f7ef27c2602cb228f75ce
parent601e74d3660f0bda7d5d6e5da52bfcdf731952eb
ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls
MPV_common_init(), so calling both is redundant and leads to memory
leaks in WMV3/VC-1 decoder. Thus use only the first function in
WMV3/VC-1 decoder initialization.

Originally committed as revision 22024 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1dec.c