[FFmpeg-devel] [PATCH] ogg muxer
Diego Biurrun
diego
Sat Nov 10 13:18:49 CET 2007
On Sat, Nov 10, 2007 at 12:32:59AM +0100, Baptiste Coudurier wrote:
>
> Yes, here is another update with flac support. I tried using a switch,
> but in fact it duplicates extradata and extrada_size check in all cases.
>
> --- libavcodec/Makefile (revision 10982)
> +++ libavcodec/Makefile (working copy)
> @@ -292,6 +293,9 @@
> OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o
> OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
>
> +# dependencies of libavformat
libavformat dependencies
> --- libavformat/oggenc.c (revision 0)
> +++ libavformat/oggenc.c (revision 0)
> @@ -0,0 +1,227 @@
> +/*
> + * Ogg muxer.
pointless period
Patch is OK from my side, commit anytime.
Diego
More information about the ffmpeg-devel
mailing list