]> git.sesse.net Git - ffmpeg/commit
Simplify print_error(), directly use av_strerror()/strerror() for
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 5 May 2010 21:44:57 +0000 (21:44 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 5 May 2010 21:44:57 +0000 (21:44 +0000)
commit10173c0e58e557582dbd659f42c6aa164a8682db
tree0362aa26daf459369de67050608ecb5f2b1e728e
parent735ef67b9d4f4f9b8d6ebc84c56b00cad56f5b8b
Simplify print_error(), directly use av_strerror()/strerror() for
printing the error code associated to FF_NETERROR(EPROTONOSUPPORT).

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