Use av_exit() instead of exit() for a minimal cleanup
authorRamiro Polla <ramiro.polla@gmail.com>
Mon, 14 Apr 2008 22:35:32 +0000 (22:35 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Mon, 14 Apr 2008 22:35:32 +0000 (22:35 +0000)
commit296df4e75fa47171fd831d6bbd867ffd93b33c0f
treed90e0370d1902542a4ce975aff6e7ff153a092f3
parente5295c0dd9382070dc36ae464932d10bb8d032cf
Use av_exit() instead of exit() for a minimal cleanup
before leaving ffmpeg.
Needed by some grab devices and possibly network streams.

Originally committed as revision 12827 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c