Mercurial > libavformat.hg
changeset 6004:982c13b665cf libavformat
Add NV12 and NV21 AVI tags.
Both are listed in fourcc.org.
author | stefano |
---|---|
date | Sun, 16 May 2010 07:56:31 +0000 |
parents | 55c03c84cd4f |
children | 10b0e7cac09f |
files | riff.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/riff.c Fri May 14 22:04:39 2010 +0000 +++ b/riff.c Sun May 16 07:56:31 2010 +0000 @@ -169,6 +169,8 @@ { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', 'U', '9') }, { CODEC_ID_RAWVIDEO, MKTAG('V', 'D', 'T', 'Z') }, /* SoftLab-NSK VideoTizer */ { CODEC_ID_RAWVIDEO, MKTAG('Y', '4', '1', '1') }, + { CODEC_ID_RAWVIDEO, MKTAG('N', 'V', '1', '2') }, + { CODEC_ID_RAWVIDEO, MKTAG('N', 'V', '2', '1') }, { CODEC_ID_FRWU, MKTAG('F', 'R', 'W', 'U') }, { CODEC_ID_R210, MKTAG('r', '2', '1', '0') }, { CODEC_ID_V210, MKTAG('v', '2', '1', '0') },