• Attila Kinali's avatar
    Fix an issue uncovered by commit 20623: · 76c4a644
    Attila Kinali authored
    The init functions of mpc7 and mpc8 check whether the vlc has been
    initialized already and return early if this is the case (eg by calling
    init a second time).
    But avctx->sample_fmt and channel_layout is set after the vlc initialization,
    causing it not to be set on the second call of init.
    
    Move all manipulations of avctx before the initialization of the vlc,
    so that it is always set.
    
    Originally committed as revision 20668 to svn://svn.ffmpeg.org/ffmpeg/trunk
    76c4a644
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...