You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -317,7 +317,7 @@ static int configure_output_video_filter(FilterGraph *fg, OutputFilter *ofilter,
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
if (!hw_device_ctx && (ofilter->width || ofilter->height)) {
|
if (ofilter->width || ofilter->height) {
|
||||||
char args[255];
|
char args[255];
|
||||||
AVFilterContext *filter;
|
AVFilterContext *filter;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user