]> git.sesse.net Git - ffmpeg/commit
ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there are streams
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 10 Jun 2014 15:51:58 +0000 (17:51 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 18 Jun 2014 19:35:54 +0000 (21:35 +0200)
commiteec55e622a73b298bd8872a82dc116b3633c14e4
treea1ecc9a3dfca32b98d322c19ed463f773b2a14aa
parent1d54f5108477938268d51162be536cecd746e56a
ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there are streams

This allows "-codec copy -f framecrc" on files with only unindentifyable streams

Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt.c