1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Laurent Aimar
192cad600c Added and used VLC_CODEC_MP3 when applicable.
I also removed its use where it cannot/should not happen.
2009-05-15 22:05:36 +02:00
Jean-Baptiste Kempf
2cb44954d6 FourCC v210 2009-05-13 23:51:30 +02:00
Laurent Aimar
dfe8c5c087 Merged mp1v/mp2v codecs.
The codec defined will only be used by encoder to force one of the types.
2009-05-13 22:35:16 +02:00
Laurent Aimar
724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
There will be some regressions, I used automatic sed replacement with manual
checks but there was a lot to change.
 It's only the first pass.
2009-05-13 21:18:19 +02:00
Laurent Aimar
e6d6cbdfdf 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.
2009-05-13 21:18:17 +02:00