git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge commit '66e6c8a7b4e3ac926302529606bd3e323c28b20f'
[ffmpeg.git]
/
libavutil
/
pixdesc.c
diff --git
a/libavutil/pixdesc.c
b/libavutil/pixdesc.c
index
6b1b05f
..
f00907d
100644
(file)
--- a/
libavutil/pixdesc.c
+++ b/
libavutil/pixdesc.c
@@
-1874,6
+1874,10
@@
const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
},
.flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_BE,
},
},
.flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_BE,
},
+ [AV_PIX_FMT_VDA] = {
+ .name = "vda",
+ .flags = AV_PIX_FMT_FLAG_HWACCEL,
+ },
};
FF_DISABLE_DEPRECATION_WARNINGS
};
FF_DISABLE_DEPRECATION_WARNINGS