OSDN Git Service

Do not do free AVStream in case of error, this is not supposed to be
authorVitor Sessak <vitor1001@gmail.com>
Sat, 12 Sep 2009 16:23:13 +0000 (16:23 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 12 Sep 2009 16:23:13 +0000 (16:23 +0000)
commit600b9c5c8c34df5d0a9116c9c8bf1665235cadc4
tree57655d127a6734451e1a3964de5da8f5f66b2792
parent2dbcb03ad57744aefbe2b3371b482484824d352c
Do not do free AVStream in case of error, this is not supposed to be
done by the demuxer.

Fix issue 1378.

Originally committed as revision 19825 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavdevice/oss_audio.c