From ac3dbb4d5854e8884daca54fd1f187b7f3769183 Mon Sep 17 00:00:00 2001 From: Sebastien Zwickert Date: Fri, 11 Nov 2011 15:48:21 +0100 Subject: hwaccel: OS X Video Decoder Acceleration (VDA) support. Signed-off-by: Luca Barbato --- libavutil/pixfmt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/pixfmt.h') diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index 7068b43fed..1861fdfb9a 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -147,6 +147,7 @@ enum PixelFormat { PIX_FMT_YUV444P10LE,///< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian PIX_FMT_YUV422P9BE, ///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian PIX_FMT_YUV422P9LE, ///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian + PIX_FMT_VDA_VLD, ///< hardware decoding through VDA PIX_FMT_NB, ///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions }; -- cgit v1.2.3