avconv: do not abort immediately if initializing hwaccel fails
exit_program() will try to free the decoders, which is not a good idea from within get_format(). Return an error instead.
Showing
Please
register
or
sign in
to comment
exit_program() will try to free the decoders, which is not a good idea from within get_format(). Return an error instead.