OSDN Git Service

ffmpeg_cuvid: Don't unnecessarily include nvcuvid.h
authorPhilip Langdale <philipl@overt.org>
Wed, 28 Sep 2016 17:42:40 +0000 (10:42 -0700)
committerPhilip Langdale <philipl@overt.org>
Wed, 28 Sep 2016 17:44:37 +0000 (10:44 -0700)
ffmpeg_cuvid.c

index 7fb47a2..866f43b 100644 (file)
@@ -22,7 +22,6 @@
 #include "ffmpeg.h"
 
 #include <cuda.h>
-#include <nvcuvid.h>
 
 typedef struct CUVIDContext {
     AVBufferRef *hw_frames_ctx;