You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Add support for dirac in ogg
Originally committed as revision 21128 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -90,11 +90,13 @@ struct ogg {
|
||||
#define OGG_FLAG_BOS 2
|
||||
#define OGG_FLAG_EOS 4
|
||||
|
||||
extern const struct ogg_codec ff_dirac_codec;
|
||||
extern const struct ogg_codec ff_flac_codec;
|
||||
extern const struct ogg_codec ff_ogm_audio_codec;
|
||||
extern const struct ogg_codec ff_ogm_old_codec;
|
||||
extern const struct ogg_codec ff_ogm_text_codec;
|
||||
extern const struct ogg_codec ff_ogm_video_codec;
|
||||
extern const struct ogg_codec ff_old_dirac_codec;
|
||||
extern const struct ogg_codec ff_old_flac_codec;
|
||||
extern const struct ogg_codec ff_speex_codec;
|
||||
extern const struct ogg_codec ff_theora_codec;
|
||||
|
||||
Reference in New Issue
Block a user