Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-08-24 21:37:43 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-08-24 21:37:43 +0400
commit547ea47d4fb2792e4385f2fadc32dbbcc60a2cc0 (patch)
tree7162193685ae7d4def5259bb76750a57e34c5b07 /libavformat/oggparsetheora.c
parentaecf157ed0c193b2f871102ccbe2bc39877dfc93 (diff)
Add ff_ prefix to ogg_codec_t structs
Originally committed as revision 14951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggparsetheora.c')
-rw-r--r--libavformat/oggparsetheora.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparsetheora.c b/libavformat/oggparsetheora.c
index d1a4fdf998..5920e1cdcf 100644
--- a/libavformat/oggparsetheora.c
+++ b/libavformat/oggparsetheora.c
@@ -130,7 +130,7 @@ theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp)
return iframe + pframe;
}
-const ogg_codec_t theora_codec = {
+const ogg_codec_t ff_theora_codec = {
.magic = "\200theora",
.magicsize = 7,
.header = theora_header,