Skip to content
Snippets Groups Projects
Commit 5f359c8d authored by Diego Biurrun's avatar Diego Biurrun
Browse files

cosmetics: sort ogg_codec_t list

Originally committed as revision 11810 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent eee7e799
Branches
Tags
No related merge requests found
...@@ -75,14 +75,14 @@ typedef struct ogg { ...@@ -75,14 +75,14 @@ typedef struct ogg {
#define OGG_FLAG_BOS 2 #define OGG_FLAG_BOS 2
#define OGG_FLAG_EOS 4 #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 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_audio_codec;
extern ogg_codec_t ogm_text_codec;
extern ogg_codec_t ogm_old_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); extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment