libavformat: Free AVFormatContext->streams
authorMartin Storsjö <martin@martin.st>
Wed, 20 Apr 2011 09:03:55 +0000 (12:03 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 20 Apr 2011 12:42:55 +0000 (15:42 +0300)
commit7bbb67d58005f3c0384f657570fabcdc0bc8cc21
treeb54ccc12411433ccecb34fb753ec197ecd14a57b
parentc60112f26873afafb55d24cc50a0e93ad9411373
libavformat: Free AVFormatContext->streams

After switching this from a statically allocated array to a
dynamically allocated one in the major bump, this needs explicit
freeing.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/utils.c