Changeset ebaf20e9 in ffmpeg

Timestamp:
Jul 18, 2013, 10:08:25 AM (11 years ago)
Author:
Nicolas George <nicolas.george@normalesup.org>
Branches:
master
Children:
42272e86, 7203dbde
Parents:
630fc7dc
git-author:
Nicolas George <nicolas.george@normalesup.org> (07/18/13 09:03:56)
git-committer:
Nicolas George <nicolas.george@normalesup.org> (07/18/13 10:08:25)
Message:

lavfi/scale: allocate interlaced scalers only if needed.

Fix "Value 0.000000 for parameter 'srch' out of range"
error message when source or destination height is 1.

Note: since the av_opt_set_int() calls are not checked for
failure and the interlaced scalers are not actually used,
this error has no consequence apart from a frightening message
in the log.

(No files)

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