[FFmpeg-devel] [PATCH] RoQ muxer
Diego Biurrun
diego
Sun May 6 12:43:25 CEST 2007
On Sun, May 06, 2007 at 12:34:22PM +0200, Vitor wrote:
>
> I'm sending the new patch, modified following all the suggestions. I did
> split it in tree different patches, for the muxer, audio and video
> encoder. I will send the audio one in another message, and I will wait
> the critics for the first two before sending the video encoder patch.
>
> --- libavformat/Makefile (revision 8911)
> +++ libavformat/Makefile (working copy)
> @@ -63,6 +63,7 @@
> OBJS-$(CONFIG_H264_MUXER) += raw.o
> OBJS-$(CONFIG_IDCIN_DEMUXER) += idcin.o
> +OBJS-$(CONFIG_ROQ_MUXER) += idroqenc.o
> OBJS-$(CONFIG_IMAGE2_DEMUXER) += img2.o
alphabetical order please
> --- libavformat/idroqenc.c (revision 0)
> +++ libavformat/idroqenc.c (revision 0)
> @@ -0,0 +1,179 @@
> +/*
> + * RoQ encoder packet format. It's the same damn thing as raw!
> + * Copyright (c) 2005 Eric Lasota
> + * I'm the god of copy/paste, bow before me!
Gah, silly comments ...
Diego
More information about the ffmpeg-devel
mailing list