Skip to content
Snippets Groups Projects
Commit bd31c61c authored by Mark Thompson's avatar Mark Thompson
Browse files

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.
parent 4a081f22
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment