1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-12 02:14:56 +02:00

cosmetics: sort ogg_codec_t list

Originally committed as revision 11810 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-02-02 14:55:57 +00:00
parent eee7e7998b
commit 5f359c8d3e

View File

@ -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);