[FFmpeg-devel] [PATCH] Video decoder and demuxer for AMV files
Diego Biurrun
diego
Wed Sep 26 14:21:25 CEST 2007
On Wed, Sep 26, 2007 at 05:40:21PM +0700, Vladimir Voroshilov wrote:
>
> Attached patch does this.
>
> What will you say?
>
> --- libavformat/allformats.c (revision 10560)
> +++ libavformat/allformats.c (working copy)
> @@ -63,6 +63,7 @@
> REGISTER_MUXER (ASF_STREAM, asf_stream);
> REGISTER_MUXDEMUX (AU, au);
> REGISTER_MUXDEMUX (AUDIO_BEOS, audio_beos);
> + REGISTER_DEMUXER (AVI, amv);
> REGISTER_MUXDEMUX (AVI, avi);
Keep the alignment please.
Diego
More information about the ffmpeg-devel
mailing list