Mercurial > libavformat.hg
diff bink.c @ 5860:731cb836bca6 libavformat
Make av_open_input_file() return AVERROR_INVALIDDATA rather than
AVERROR_NOFMT if the format is unknown / cannot be recognized.
It is returned AVERROR_INVALIDDATA, in the sense that the data is
invalid within what the specific libav* binary supports.
That was the last remaining use of AVERROR_NOFMT, which is going to be
dropped at the next libavutil major bump.
author | stefano |
---|---|
date | Sun, 21 Mar 2010 16:34:04 +0000 |
parents | 9e77d08ad311 |
children | 536e5527c1e0 |