Changeset 6fef82f in ffmpeg

Timestamp:
Jun 9, 2012, 6:42:50 AM (12 years ago)
Author:
Nicolas George <nicolas.george@normalesup.org>
Branches:
master
Children:
c2dd01c1
Parents:
fbaa8fe6
git-author:
Nicolas George <nicolas.george@normalesup.org> (05/23/12 11:53:42)
git-committer:
Nicolas George <nicolas.george@normalesup.org> (06/09/12 06:42:50)
Message:

ffmpeg: with filter_complex, avoid random in<->out mapping.

With complex filters, an output can come from any input,
or several inputs, including inputs of a different type.
Copying the codec parameters from the first input with
the same type does not make any sense.

This does not change anything for simple 1->1 filters,
as source_index is set in that case.

(No files)

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