Mercurial > libavcodec.hg
diff twinvq.c @ 11270:f64dd8297105 libavcodec
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.
author | kostya |
---|---|
date | Wed, 24 Feb 2010 13:11:38 +0000 |
parents | 3d011a01a6a0 |
children | 4b3da727d832 |