[MPlayer-cvslog] r33959 - in trunk: Makefile av_helpers.c av_helpers.h libaf/af_lavcac3enc.c libmpcodecs/ad_ffmpeg.c libmpcodecs/ae_lavc.c libmpcodecs/vd_ffmpeg.c libmpcodecs/vd_ffmpeg.h libmpcodecs/ve_lavc.c libmp...
Diego Biurrun
diego at biurrun.de
Wed Aug 10 00:42:42 CEST 2011
On Tue, Aug 09, 2011 at 09:57:00PM +0200, reimar wrote:
>
> Log:
> Move code for setting up libav* logging callbacks from vd_ffmpeg to a
> separate file and also use it when only initializing libavformat.
>
> --- trunk/Makefile Tue Aug 9 21:23:41 2011 (r33958)
> +++ trunk/Makefile Tue Aug 9 21:57:00 2011 (r33959)
> @@ -60,6 +60,7 @@ SRCS_COMMON-$(DVDREAD_INTERNAL) +=
> SRCS_COMMON-$(FFMPEG) += av_opts.c \
> + av_helpers.c \
> libaf/af_lavcresample.c \
alphabetical order please
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ trunk/av_helpers.c Tue Aug 9 21:57:00 2011 (r33959)
> @@ -0,0 +1,76 @@
> +#include "libavcodec/avcodec.h"
> +#include "libavformat/avformat.h"
> +#include "mp_msg.h"
> +#include "av_helpers.h"
This is missing the license boilerplate.
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ trunk/av_helpers.h Tue Aug 9 21:57:00 2011 (r33959)
> @@ -0,0 +1,7 @@
> +#ifndef MPLAYER_AV_HELPERS_H
> +#define MPLAYER_AV_HELPERS_H
> +
> +void init_avcodec(void);
> +void init_avformat(void);
> +
> +#endif /* MPLAYER_AV_HELPERS_H */
ditto
Diego
More information about the MPlayer-cvslog
mailing list