OSDN Git Service

Reorder nut specific codec tags and add a comment for marking them as
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 9 May 2010 23:04:06 +0000 (23:04 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 9 May 2010 23:04:06 +0000 (23:04 +0000)
commit658e7576fced59bfa6a45254c1c84e649a4f125f
tree614cf2062a1c5106f61785b7ef18520ad9d46b90
parent43451ec247b6e43116d0b324eb5f8eba43d79135
Reorder nut specific codec tags and add a comment for marking them as
such.

Also put the [3][0][0][0] codec tag, mapped to rgb565le, in a special
section. It needs to be specified *after* the nut RGB[16] codec tag,
otherwise it will be used by default when encoding normal non-flipped
rgb565le, and will be decoded like a flipped format (see
rawdec.c:raw_init_decoder()).

Originally committed as revision 23075 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/raw.c