[FFmpeg-devel] [PATCH] lavf: use a new ffio_wfourcc macro instead of put_tag() where possible

Ronald S. Bultje rsbultje
Wed Feb 23 18:02:54 CET 2011


Hi,

On Wed, Feb 23, 2011 at 11:54 AM, Anton Khirnov <anton at khirnov.net> wrote:
> ---
> ?libavformat/aiffenc.c ? ? ? | ? 11 +-
> ?libavformat/au.c ? ? ? ? ? ?| ? ?3 +-
> ?libavformat/avienc.c ? ? ? ?| ? 39 ++++----
> ?libavformat/avio_internal.h | ? ?2 +
> ?libavformat/flvenc.c ? ? ? ?| ? ?3 +-
> ?libavformat/img2.c ? ? ? ? ?| ? ?9 +-
> ?libavformat/mmf.c ? ? ? ? ? | ? ?5 +-
> ?libavformat/movenc.c ? ? ? ?| ?215 ++++++++++++++++++++++---------------------
> ?libavformat/oggenc.c ? ? ? ?| ? ?3 +-
> ?libavformat/riff.c ? ? ? ? ?| ? ?3 +-
> ?libavformat/rmenc.c ? ? ? ? | ? 18 ++--
> ?libavformat/soxenc.c ? ? ? ?| ? ?5 +-
> ?libavformat/wav.c ? ? ? ? ? | ? ?5 +-
> ?13 files changed, 168 insertions(+), 153 deletions(-)

Anton said he'd do &tag[0] -> tag separately, so fine with me, queued.

Ronald



More information about the ffmpeg-devel mailing list