]> git.sesse.net Git - ffmpeg/commit
libavfilter/lavfutils: remove useless NULL check on codec context
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Oct 2012 17:55:13 +0000 (19:55 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Oct 2012 18:00:20 +0000 (20:00 +0200)
commitfd9e88fe6018bc72cd0aa10afc3c1a68df8c6558
treef8db5ba8c080a9db9fd3f7236c5c0d559253782a
parenta4fe661157b22a353ecce51f5c717c42c8fe00b0
libavfilter/lavfutils: remove useless NULL check on codec context

The code would crash before if it was NULL

Fixes CID733804
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/lavfutils.c