[FFmpeg-cvslog] G.729 .bit file demuxer

Laurent Aimar fenrir at elivagar.org
Sat Sep 24 21:58:54 CEST 2011


On Sat, Sep 24, 2011 at 09:17:05PM +0200, Vladimir Voroshilov wrote:
> 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
It seems that the associated file is missing...

-- 
fenrir


More information about the ffmpeg-cvslog mailing list