You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
oggdec: add support for Opus in Ogg demuxing
This commit is contained in:
committed by
Anton Khirnov
parent
ed9245dba8
commit
ecab1c7741
@@ -116,6 +116,7 @@ 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_opus_codec;
|
||||
extern const struct ogg_codec ff_skeleton_codec;
|
||||
extern const struct ogg_codec ff_speex_codec;
|
||||
extern const struct ogg_codec ff_theora_codec;
|
||||
|
||||
Reference in New Issue
Block a user