On Fri, Jul 11, 2014 at 09:16:03PM +0100, Ben Avison wrote:
> diff --git a/libavcodec/arm/h264dsp_armv6.S b/libavcodec/arm/h264dsp_armv6.S
> deleted file mode 100644
> index 384ed86..0000000
> --- a/libavcodec/arm/h264dsp_armv6.S
> +++ /dev/null
> diff --git a/libavcodec/arm/startcode_armv6.S 
> b/libavcodec/arm/startcode_armv6.S
> new file mode 100644
> index 0000000..64078b2
> --- /dev/null
> +++ b/libavcodec/arm/startcode_armv6.S

This looks copied, please adjust your git configuration as described in

https://www.libav.org/git-howto.html#Personal-Git-installation

to detect copies in patches you send, makes them much easier to review.

> --- /dev/null
> +++ b/libavcodec/startcode.c
> @@ -0,0 +1,57 @@
> +/*
> + * Copyright (c) 2003-2010 Michael Niedermayer <[email protected]>
> + *
> + * This file is part of FFmpeg.

Not quite.

> +/**
> + * @file
> + * Accelerated start code search function for start codes common to
> + * MPEG-1/2/4 video, VC-1, H.264/5
> + * @author Michael Niedermayer <[email protected]>
> + */
> +
> --- /dev/null
> +++ b/libavcodec/startcode.h
> @@ -0,0 +1,35 @@
> +/*
> + * Copyright (c) 2003-2010 Michael Niedermayer <[email protected]>
> + *
> + * This file is part of FFmpeg.
> +
> +/**
> + * @file
> + * Accelerated start code search function for start codes common to
> + * MPEG-1/2/4 video, VC-1, H.264/5
> + * @author Michael Niedermayer <[email protected]>
> + */

I'd drop all the copyright and @author attributions, they are likely
inaccurate anyway.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to