OSDN Git Service

avfilter/af_channelmap: Move potential dereference after NULL check in get_channel_idx()
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Feb 2015 12:40:39 +0000 (13:40 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Feb 2015 12:40:39 +0000 (13:40 +0100)
commit9f6431c8f6c4e92e3f6ea2f3bc8f58677a7e7ce3
treef30af41190b2911e3a9f36777321efc159b1640b
parentbdb31942174c4673c7f212378951366e0704668d
avfilter/af_channelmap: Move potential dereference after NULL check in get_channel_idx()

Fixes CID1270822

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