Changeset df8c675f in ffmpeg

Timestamp:
Jul 6, 2011, 10:36:50 PM (13 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
6ce05bc7
Parents:
c3b6cc61
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (07/01/11 14:31:16)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (07/06/11 22:36:50)
Message:

graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph_parse()

Create open_inputs and open_outputs structs if they are not provided by
the user, and free them before exit.

In particular, fix NULL pointer dereference and crash, in case the
passed open_inputs/outputs is NULL and the parsing failed.

(No files)

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