mirror of https://git.ffmpeg.org/ffmpeg.git
ffmpeg_cuvid: Don't unnecessarily include nvcuvid.h
This commit is contained in:
parent
eba0414768
commit
d6573275a7
|
@ -22,7 +22,6 @@
|
||||||
#include "ffmpeg.h"
|
#include "ffmpeg.h"
|
||||||
|
|
||||||
#include <cuda.h>
|
#include <cuda.h>
|
||||||
#include <nvcuvid.h>
|
|
||||||
|
|
||||||
typedef struct CUVIDContext {
|
typedef struct CUVIDContext {
|
||||||
AVBufferRef *hw_frames_ctx;
|
AVBufferRef *hw_frames_ctx;
|
||||||
|
|
Loading…
Reference in New Issue