changeset 11736:98492069d859 libavcodec

Add NV12 and NV21 AVI tags. Both are listed in fourcc.org.
author stefano
date Sun, 16 May 2010 07:56:31 +0000
parents 9434d9083b94
children 74a65e23c2e7
files raw.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/raw.c	Fri May 14 23:09:08 2010 +0000
+++ b/raw.c	Sun May 16 07:56:31 2010 +0000
@@ -64,6 +64,8 @@
     { PIX_FMT_UYVY422, MKTAG('V', 'D', 'T', 'Z') }, /* SoftLab-NSK VideoTizer */
     { PIX_FMT_UYYVYY411, MKTAG('Y', '4', '1', '1') },
     { PIX_FMT_GRAY8,   MKTAG('G', 'R', 'E', 'Y') },
+    { PIX_FMT_NV12,    MKTAG('N', 'V', '1', '2') },
+    { PIX_FMT_NV21,    MKTAG('N', 'V', '2', '1') },
 
     /* nut */
     { PIX_FMT_RGB555LE, MKTAG('R', 'G', 'B', 15) },