OSDN Git Service

Avoid allocating MPADecodeContext on stack.
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 23 Jan 2009 12:09:32 +0000 (12:09 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 23 Jan 2009 12:09:32 +0000 (12:09 +0000)
commitcf92cec7d8899ef887869628c66da30737ee54af
treeb3bb20c478aad380efa29fc33b2980bf3e04a36c
parent2d4eeaadc41a0adf97d6b71677d014833df432e2
Avoid allocating MPADecodeContext on stack.

Instead move relevant fields into MPADecodeHeader and use it
where appropriate.

Originally committed as revision 16728 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudio.h
libavcodec/mpegaudio_parser.c
libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodecheader.c
libavcodec/mpegaudiodecheader.h
libavformat/mp3.c