You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
libavfilter: Fix fate-source after 072788c46e
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AVFILTER_CUDA_DECOMPRESS_H
|
#ifndef AVFILTER_CUDA_LOAD_HELPER_H
|
||||||
#define AVFILTER_CUDA_DECOMPRESS_H
|
#define AVFILTER_CUDA_LOAD_HELPER_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads a CUDA module and applies any decompression, if neccesary.
|
* Loads a CUDA module and applies any decompression, if neccesary.
|
||||||
@@ -25,4 +25,4 @@
|
|||||||
int ff_cuda_load_module(void *avctx, AVCUDADeviceContext *hwctx, CUmodule *cu_module,
|
int ff_cuda_load_module(void *avctx, AVCUDADeviceContext *hwctx, CUmodule *cu_module,
|
||||||
const unsigned char *data, const unsigned int length);
|
const unsigned char *data, const unsigned int length);
|
||||||
|
|
||||||
#endif
|
#endif /* AVFILTER_CUDA_LOAD_HELPER_H */
|
||||||
|
Reference in New Issue
Block a user