projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
oggdec: add support for Xiph's CELT codec
[ffmpeg.git]
/
libavformat
/
oggdec.h
diff --git
a/libavformat/oggdec.h
b/libavformat/oggdec.h
index
e7d1022
..
184a628
100644
(file)
--- a/
libavformat/oggdec.h
+++ b/
libavformat/oggdec.h
@@
-98,6
+98,7
@@
struct ogg {
#define OGG_FLAG_BOS 2
#define OGG_FLAG_EOS 4
+extern const struct ogg_codec ff_celt_codec;
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;