Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ffmpeg_cuvid: Don't unnecessarily include nvcuvid.h
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
ffmpeg_cuvid.c
|
|
@@ -22,7 +22,6 @@ |
|
|
#include "ffmpeg.h" |
|
|
|
|
|
#include <cuda.h> |
|
|
#include <nvcuvid.h> |
|
|
|
|
|
typedef struct CUVIDContext { |
|
|
AVBufferRef *hw_frames_ctx; |
|
|
|