OSDN Git Service

movdec: Free the previous extradata
authorMartin Storsjö <martin@martin.st>
Tue, 5 Oct 2010 21:36:30 +0000 (21:36 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 5 Oct 2010 21:36:30 +0000 (21:36 +0000)
commit2f412421e8bb1927fcd866777dfedf223c9dfdfb
tree76778980248947dd79ee2f2d5372017c61d6839d
parentdc2cabd003d264644926b3b4326ed3792405f953
movdec: Free the previous extradata

If multiple stsd atoms are parsed for the same stream, the old
extradata would be leaked.

Originally committed as revision 25360 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mov.c