OSDN Git Service

ffmpeg: fix opt_codec_tag() return value
authorRamiro Polla <ramiro.polla@gmail.com>
Sun, 31 Oct 2010 19:55:13 +0000 (19:55 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Sun, 31 Oct 2010 19:55:13 +0000 (19:55 +0000)
commit0d0778b060011970fee40f67269d0c25284dd89a
tree9bc26e5f299f2ff504427fe713d5cfe57720c057
parent153ca56b38d84c4e144fdd72764035ebe4304002
ffmpeg: fix opt_codec_tag() return value

opt_codec_tag() is now used under OPT_FUNC2, which must return a value.

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