1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-11 03:45:05 +02:00

ffmpeg_cuvid: Don't unnecessarily include nvcuvid.h

This commit is contained in:
Philip Langdale 2016-09-28 10:42:40 -07:00
parent eba0414768
commit d6573275a7

View File

@ -22,7 +22,6 @@
#include "ffmpeg.h"
#include <cuda.h>
#include <nvcuvid.h>
typedef struct CUVIDContext {
AVBufferRef *hw_frames_ctx;