]> git.sesse.net Git - ffmpeg/commit
avfiltergraph: check for sws opts being non-NULL before using them.
authorAnton Khirnov <anton@khirnov.net>
Sun, 17 Mar 2013 15:14:58 +0000 (16:14 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 3 Apr 2013 07:29:55 +0000 (09:29 +0200)
commit6e3c13a559e9ff300b5ca60e1d503e594d7f055c
treea831fa7f366b2b2936b0781096a0d60afc3c2052
parent817dff578f13ce97576c609ab141508b9dc782e9
avfiltergraph: check for sws opts being non-NULL before using them.

Avoid snprintfing a NULL pointer.

CC: libav-stable@libav.org
libavfilter/avfiltergraph.c
libavfilter/graphparser.c