[vlc-devel] commit: Added fourcc helpers and defines to centralize them. ( Laurent Aimar )
git version control
git at videolan.org
Wed May 13 21:20:17 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Mar 17 23:01:27 2009 +0100| [e6d6cbdfdf092ce84d6210d3b27b5994af5e2212] | committer: Laurent Aimar
Added fourcc helpers and defines to centralize them.
It introduces a bunch of VLC_CODEC_* defines as a representative
fourcc for a codec. The fourccs have been chosen pretty much randomly
except when I knew well know ones.
It adds two helpers: vlc_fourcc_GetCodec and vlc_fourcc_GetDescription.
Don't hesitate if you have any comments.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6d6cbdfdf092ce84d6210d3b27b5994af5e2212
---
include/vlc_fourcc.h | 311 ++++++++++++++
src/Makefile.am | 2 +
src/libvlccore.sym | 2 +
src/misc/fourcc.c | 1149 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 1464 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e6d6cbdfdf092ce84d6210d3b27b5994af5e2212
More information about the vlc-devel
mailing list