Browse Source

avfilter/vf_hwupload_cuda: update supported pix_fmts

tags/n4.1
Timo Rothenpieler 7 years ago
parent
commit
1c15d26615
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      libavfilter/version.h
  2. +1
    -0
      libavfilter/vf_hwupload_cuda.c

+ 1
- 1
libavfilter/version.h View File

@@ -31,7 +31,7 @@

#define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 21
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_MICRO 101

#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \


+ 1
- 0
libavfilter/vf_hwupload_cuda.c View File

@@ -59,6 +59,7 @@ static int cudaupload_query_formats(AVFilterContext *ctx)
static const enum AVPixelFormat input_pix_fmts[] = {
AV_PIX_FMT_NV12, AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV444P,
AV_PIX_FMT_P010, AV_PIX_FMT_P016, AV_PIX_FMT_YUV444P16,
AV_PIX_FMT_0RGB32, AV_PIX_FMT_0BGR32,
AV_PIX_FMT_NONE,
};
static const enum AVPixelFormat output_pix_fmts[] = {


Loading…
Cancel
Save