diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-09 19:46:26 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-07 13:57:02 +0100 |
commit | 7480d001312d9ba706333ec970264ed9df3f82cb (patch) | |
tree | 4dd95995addaaebe3b02be2d8aea543eced2746a /libavutil/pixfmt.h | |
parent | 39a2d3288e82e4e576c03efb32179ef5a19fff50 (diff) | |
download | ffmpeg-7480d001312d9ba706333ec970264ed9df3f82cb.tar.gz |
pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxy
Diffstat (limited to 'libavutil/pixfmt.h')
-rw-r--r-- | libavutil/pixfmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index d22427adb2..7d369f5520 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -118,7 +118,7 @@ enum AVPixelFormat { AV_PIX_FMT_VAAPI_MOCO, ///< HW acceleration through VA API at motion compensation entry-point, Picture.data[3] contains a vaapi_render_state struct which contains macroblocks as well as various fields extracted from headers AV_PIX_FMT_VAAPI_IDCT, ///< HW acceleration through VA API at IDCT entry-point, Picture.data[3] contains a vaapi_render_state struct which contains fields extracted from headers - AV_PIX_FMT_VAAPI_VLD, ///< HW decoding through VA API, Picture.data[3] contains a vaapi_render_state struct which contains the bitstream of the slices as well as various fields extracted from headers + AV_PIX_FMT_VAAPI_VLD, ///< HW decoding through VA API, Picture.data[3] contains a VASurfaceID AV_PIX_FMT_YUV420P16LE, ///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian AV_PIX_FMT_YUV420P16BE, ///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian |