Add missing codec id <-> codec tag entries:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 24 May 2010 20:35:01 +0000 (20:35 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 24 May 2010 20:35:01 +0000 (20:35 +0000)
commit781cf5fd4194bd4edaacf4e0e524eea8546a8e57
treec0686020ba7a58b433c5f12c002e2a8e552f47a6
parent111c935980138f65a5562fd28837064e467c7e7e
Add missing codec id <-> codec tag entries:
CODEC_ID_RAWVIDEO <->  Y41B
CODEC_ID_RAWVIDEO <->  Y42B
CODEC_ID_RAWVIDEO <->  YUV9
CODEC_ID_RAWVIDEO <->  YVU9

These codec tags are listed in fourcc.org, and are already listed in
libavcodec/raw.c:ff_raw_pix_fmt_tags as AVI tags.

Originally committed as revision 23296 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/riff.c