From 8b17243d1742279bcb2368f8d325ea71e66736c8 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sun, 9 Mar 2014 12:26:18 +0000 Subject: lavu: Add packed YVYU422 pixel format --- libavutil/pixfmt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/pixfmt.h') diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index e86ec7ee79..bfd16e64e2 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -196,6 +196,8 @@ enum AVPixelFormat { AV_PIX_FMT_BGRA64BE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian AV_PIX_FMT_BGRA64LE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian + AV_PIX_FMT_YVYU422, ///< packed YUV 4:2:2, 16bpp, Y0 Cr Y1 Cb + AV_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 #if FF_API_PIX_FMT -- cgit v1.2.3