]> git.sesse.net Git - ffmpeg/commit
Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
authorIvan Kalvachev <ikalvachev@gmail.com>
Thu, 19 Feb 2009 08:39:47 +0000 (08:39 +0000)
committerIvan Kalvachev <ikalvachev@gmail.com>
Thu, 19 Feb 2009 08:39:47 +0000 (08:39 +0000)
commit9cfc1b3a840926435c2024fe7537e648405704fc
tree1fc5bf688923bd2cbbfb32702f769a37889d1978
parente10252483e25ab8d5208af56d608c1bd6cd2d06f
Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
Give nice error message to fix codecs that call it this way.

Originally committed as revision 17452 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c