Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2017-03-30 00:39:40 +0300
committerMatthieu Bouron <matthieu.bouron@gmail.com>2017-03-30 01:02:08 +0300
commitb5e1ec5660692d7cee360da3ed0434d3b46f40d5 (patch)
tree853ecad2f21623a52a15577dca710c337823a6c6 /libavfilter/vf_hwupload_cuda.c
parent78e871ebbcc6f3c877e7292c4dda0c9979f8ede4 (diff)
parente3fb74f7f9a8f1895381355f40c92cac3c1023d9 (diff)
Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'
* commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9': lavfi: Always propagate hw_frames_ctx through links Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Diffstat (limited to 'libavfilter/vf_hwupload_cuda.c')
-rw-r--r--libavfilter/vf_hwupload_cuda.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c
index 1e47ada242..ef98233d12 100644
--- a/libavfilter/vf_hwupload_cuda.c
+++ b/libavfilter/vf_hwupload_cuda.c
@@ -187,4 +187,6 @@ AVFilter ff_vf_hwupload_cuda = {
.inputs = cudaupload_inputs,
.outputs = cudaupload_outputs,
+
+ .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};