avconv: Remove hw_device_ctx output filter reinit hack

Not needed any more because we no longer have any useful case which
will reinitialise with hardware frames here.
This commit is contained in:
Mark Thompson 2016-06-23 01:40:04 +01:00
parent 4a081f224e
commit bd31c61cf9
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ static int configure_output_video_filter(FilterGraph *fg, OutputFilter *ofilter,
if (ret < 0)
return ret;
if (!hw_device_ctx && (ofilter->width || ofilter->height)) {
if (ofilter->width || ofilter->height) {
char args[255];
AVFilterContext *filter;