Changeset 9bf81b49 in ffmpeg

Timestamp:
Apr 21, 2011, 10:09:15 AM (14 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
20a16048
Parents:
7046b63e
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/10/11 22:39:59)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/21/11 10:09:15)
Message:

img2: return AVERROR(EINVAL) in case of invalid filename pattern

In write_packet(), return AVERROR(EINVAL) rather than AVERROR(EIO) if
the provided output filename pattern is not valid. Indeed this has to
be considered a configuration error rather than an I/O error.

Allow a less confusing error report.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>

(No files)

Note: See TracChangeset for help on using the changeset viewer.