OSDN Git Service

ffmpeg: do not fail when options are routed to libavformat and libavcodec and only...
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 01:16:35 +0000 (02:16 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 01:24:27 +0000 (02:24 +0100)
commit8a1714ad85dd5defdf1fb2baba9ababebfa47d01
treeb4dde660d77fbf6c1eaf641dc69018ab69d1ff44
parent4feca2214a0b69dcbe4d1c7cd145c3881459e867
ffmpeg: do not fail when options are routed to libavformat and libavcodec and only one can be used

Fixes setting frame_size for pulse demuxer

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt.c