summaryrefslogtreecommitdiffstats
path: root/ffmpeg_cuvid.c
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2016-09-28 10:42:40 -0700
committerPhilip Langdale <philipl@overt.org>2016-09-28 10:44:37 -0700
commitd6573275a71554cef25a78e462e688f58d585423 (patch)
tree12b005e464884d703fdb0f04207576e6c31f3ab5 /ffmpeg_cuvid.c
parenteba041476879fc46a49fa36fca03f1565ecaefca (diff)
downloadffmpeg-streaming-d6573275a71554cef25a78e462e688f58d585423.zip
ffmpeg-streaming-d6573275a71554cef25a78e462e688f58d585423.tar.gz
ffmpeg_cuvid: Don't unnecessarily include nvcuvid.h
Diffstat (limited to 'ffmpeg_cuvid.c')
-rw-r--r--ffmpeg_cuvid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg_cuvid.c b/ffmpeg_cuvid.c
index 7fb47a2..866f43b 100644
--- a/ffmpeg_cuvid.c
+++ b/ffmpeg_cuvid.c
@@ -22,7 +22,6 @@
#include "ffmpeg.h"
#include <cuda.h>
-#include <nvcuvid.h>
typedef struct CUVIDContext {
AVBufferRef *hw_frames_ctx;
OpenPOWER on IntegriCloud