[FFmpeg-cvslog] G.729 .bit file demuxer
Vladimir Voroshilov
git at videolan.org
Sat Sep 24 21:17:05 CEST 2011
ffmpeg | branch: master | Vladimir Voroshilov <voroshil at gmail.com> | Wed Sep 3 15:18:40 2008 +0700| [5df643c5dfcb830a9cb1bfc81d221b7b2f01294a] | committer: Michael Niedermayer
G.729 .bit file demuxer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5df643c5dfcb830a9cb1bfc81d221b7b2f01294a
---
libavformat/Makefile | 2 ++
libavformat/allformats.c | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 6fdc637..04e995f 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -49,6 +49,8 @@ OBJS-$(CONFIG_BETHSOFTVID_DEMUXER) += bethsoftvid.o
OBJS-$(CONFIG_BFI_DEMUXER) += bfi.o
OBJS-$(CONFIG_BINK_DEMUXER) += bink.o
OBJS-$(CONFIG_BINTEXT_DEMUXER) += bintext.o sauce.o
+OBJS-$(CONFIG_BIT_DEMUXER) += bit.o
+OBJS-$(CONFIG_BIT_MUXER) += bit.o
OBJS-$(CONFIG_C93_DEMUXER) += c93.o vocdec.o voc.o
OBJS-$(CONFIG_CAF_DEMUXER) += cafdec.o caf.o mov.o riff.o isom.o
OBJS-$(CONFIG_CAF_MUXER) += cafenc.o caf.o riff.o isom.o
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 84cbb38..429ccc5 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -73,6 +73,7 @@ void av_register_all(void)
REGISTER_DEMUXER (BFI, bfi);
REGISTER_DEMUXER (BINTEXT, bintext);
REGISTER_DEMUXER (BINK, bink);
+ REGISTER_MUXDEMUX (BIT, bit);
REGISTER_DEMUXER (C93, c93);
REGISTER_MUXDEMUX (CAF, caf);
REGISTER_MUXDEMUX (CAVSVIDEO, cavsvideo);
More information about the ffmpeg-cvslog
mailing list