On Wed, 26 Sep 2012 22:21:58 +0200, Luca Barbato <[email protected]> wrote: > --- > libavformat/Makefile | 1 + > libavformat/internal.h | 9 + > libavformat/output.c | 563 > +++++++++++++++++++++++++++++++++++++++++++++++++ > libavformat/utils.c | 522 +-------------------------------------------- > 4 files changed, 579 insertions(+), 516 deletions(-) > create mode 100644 libavformat/output.c > > diff --git a/libavformat/Makefile b/libavformat/Makefile > index 4064965..8c8c31f 100644 > --- a/libavformat/Makefile > +++ b/libavformat/Makefile > @@ -18,6 +18,7 @@ OBJS = allformats.o \ > sdp.o \ > seek.o \ > utils.o \ > + output.o \
As Diego probably already told you, wrong order. Also I'd name it mux.c. Otherwise looks very nice. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
