Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Fri, 20 Jul 2007 08:05:27 +0000 (08:05 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Fri, 20 Jul 2007 08:05:27 +0000 (08:05 +0000)
commit9510da2bcaf03a6f0019850772df9332d614cd28
treec6ff7c83ad786762fb724e3e30d5fc20a856febe
parent7889f52890f7562de96a5b5ccf208832bb05f128
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
which is not available, but a media type which is not supported.

Originally committed as revision 9768 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/vocenc.c