[FFmpeg-devel] Suggestion for a centralized language-tag facility in libavformat

Michael Niedermayer michaelni
Sun May 3 02:15:50 CEST 2009


On Sun, May 03, 2009 at 12:16:32AM +0200, cyril comparon wrote:
> >> ?#define PACKET_SIZE 3200
> >> +#define BUFFER_SIZE_IN_MS 5000
> >>
> >> ?typedef struct {
> >> ? ? ?int num;
> >
> > unneeded
> >
> 
> Right.
[...]
> Index: libavformat/Makefile
> ===================================================================
> --- libavformat/Makefile	(revision 18731)
> +++ libavformat/Makefile	(working copy)
> @@ -18,8 +18,8 @@
>  OBJS-$(CONFIG_AMR_MUXER)                 += amr.o
>  OBJS-$(CONFIG_APC_DEMUXER)               += apc.o
>  OBJS-$(CONFIG_APE_DEMUXER)               += ape.o
> -OBJS-$(CONFIG_ASF_DEMUXER)               += asfdec.o asf.o asfcrypt.o riff.o
> +OBJS-$(CONFIG_ASF_DEMUXER)               += asfdec.o asf.o asfcrypt.o riff.o avlanguage.o

> -OBJS-$(CONFIG_ASF_MUXER)                 += asfenc.o asf.o riff.o
> +OBJS-$(CONFIG_ASF_MUXER)                 += asfenc.o asf.o riff.o avlanguage.o

doesnt belong in this patch

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Avoid a single point of failure, be that a person or equipment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090503/a2378851/attachment.pgp>



More information about the ffmpeg-devel mailing list