Commit f063a0b3 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'dc7536ca'

* commit 'dc7536ca':
  avconv: do not abort immediately if initializing hwaccel fails
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 3170b33e dc7536ca
......@@ -2360,7 +2360,7 @@ static enum AVPixelFormat get_format(AVCodecContext *s, const enum AVPixelFormat
"%s hwaccel requested for input stream #%d:%d, "
"but cannot be initialized.\n", hwaccel->name,
ist->file_index, ist->st->index);
exit_program(1);
return AV_PIX_FMT_NONE;
}
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment