]> git.sesse.net Git - ffmpeg/commit
ffmpeg: avoid NULL dereference with filters.
authorNicolas George <nicolas.george@normalesup.org>
Wed, 23 May 2012 19:19:16 +0000 (21:19 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Sun, 3 Jun 2012 21:43:57 +0000 (23:43 +0200)
commit48b5bcb3dd42bb0018850f41f7e090418e1b0dfb
treec83067f5f67eadd35da592ef559683a57fbdad52
parenteb7efc126aed1947edcba81c2d1a9bf776206f5c
ffmpeg: avoid NULL dereference with filters.

icodec can be NULL if there is no input stream
clearly associated with the output stream.
ffmpeg.c