OSDN Git Service

ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Aug 2014 01:29:42 +0000 (03:29 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Aug 2014 01:29:42 +0000 (03:29 +0200)
commit956f4087c6eb717e31f3b92fe03fd56a3747eccf
tree37b600783971df7f584160adcc8859f1494853f9
parentbcc898dd2643c883522ffa565be4b226ce798c78
ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec

Fixes part of ticket2236

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