Changeset 24207636 in ffmpeg
- Timestamp:
-
Jul 10, 2011, 4:00:50 PM
(13 years ago)
- Author:
- Stefano Sabatini <stefano.sabatini-lala@poste.it>
- Branches:
- master
- Children:
- 2e5a9e58
- Parents:
- 2f56a97f
- git-author:
- Stefano Sabatini <stefano.sabatini-lala@poste.it> (07/02/11 13:37:32)
- git-committer:
- Stefano Sabatini <stefano.sabatini-lala@poste.it> (07/10/11 16:00:50)
- Message:
-
graphparser: simplify condition in avfilter_graph_parse()
Since avfilter_graph_parse() creates the "[in]" inout for the first
unlabelled input pad, it is expected that it will create an "[out]"
inout for last unlabelled output pad, even in the case where it cannot
find any open input pad with that name.
This change removes the check on the existence of an open input pad
named "out", so it simplifies the checked condition while implementing
a more intuitive behavior.
-
(No files)
-