OSDN Git Service

avcodec/bitstream_filter: Fix initializing options from the argument string
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 17 Apr 2016 22:06:13 +0000 (00:06 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 18 Apr 2016 00:48:44 +0000 (02:48 +0200)
commit81064795034ed0b304236dbdcb5ab3af36cf152a
tree178de81ded515ddf40cdd21af775f233c1b9d3cb
parent76d0209db482768070ae438ebdeb9359d22559af
avcodec/bitstream_filter: Fix initializing options from the argument string

Fixes ffmpeg ... -vbsf noise=234 ...

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/bitstream_filter.c