[FFmpeg-cvslog] r11810 - trunk/libavformat/oggdec.h
diego
subversion
Sat Feb 2 15:55:57 CET 2008
Author: diego
Date: Sat Feb 2 15:55:57 2008
New Revision: 11810
Log:
cosmetics: sort ogg_codec_t list
Modified:
trunk/libavformat/oggdec.h
Modified: trunk/libavformat/oggdec.h
==============================================================================
--- trunk/libavformat/oggdec.h (original)
+++ trunk/libavformat/oggdec.h Sat Feb 2 15:55:57 2008
@@ -75,14 +75,14 @@ typedef struct ogg {
#define OGG_FLAG_BOS 2
#define OGG_FLAG_EOS 4
-extern ogg_codec_t vorbis_codec;
-extern ogg_codec_t theora_codec;
extern ogg_codec_t flac_codec;
-extern ogg_codec_t old_flac_codec;
-extern ogg_codec_t ogm_video_codec;
extern ogg_codec_t ogm_audio_codec;
-extern ogg_codec_t ogm_text_codec;
extern ogg_codec_t ogm_old_codec;
+extern ogg_codec_t ogm_text_codec;
+extern ogg_codec_t ogm_video_codec;
+extern ogg_codec_t old_flac_codec;
+extern ogg_codec_t theora_codec;
+extern ogg_codec_t vorbis_codec;
extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size);
More information about the ffmpeg-cvslog
mailing list