[vlc-commits] Sort avcodec mapping table by AVCodecID enum

Daniel Verkamp git at videolan.org
Sat Nov 9 11:22:08 CET 2013


vlc | branch: master | Daniel Verkamp <daniel at drv.nu> | Fri Nov  8 20:56:21 2013 -0700| [0132e7dc1b643c868f2dd14c3e4fc48454f962ef] | committer: Rafaël Carré

Sort avcodec mapping table by AVCodecID enum

This makes it much easier to tell which codec ID mappings are missing
(or intentionally skipped).

Comments have been added for each codec ID that is currently missing.

Ordering between codecs with the same avcodec ID or VLC fourcc has been
preserved.

No functional change.

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0132e7dc1b643c868f2dd14c3e4fc48454f962ef
---

 modules/codec/avcodec/fourcc.c |  611 ++++++++++++++++++++--------------------
 1 file changed, 310 insertions(+), 301 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=0132e7dc1b643c868f2dd14c3e4fc48454f962ef


More information about the vlc-commits mailing list