[FFmpeg-devel] [PATCH] libavcodec: add h264_dxva2 decoder and fate test
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jan 9 10:24:42 CET 2013
Wei Gao <highgod0401 <at> gmail.com> writes:
> +++ b/libavcodec/dxva2_wrapper.c
> @@ -0,0 +1,813 @@
> +/*
> + * Call hardware decode acceleration through dxva2 API
> +
> + * Copyright (c) 2012 Wei Gao <weigao at multicorewareinc.com>
> + *
> + * This file is part of FFmpeg.
Are you sure everything is this file was written by you?
If not, please add an appropriate copyright notice.
> +++ b/libavcodec/dxva2_wrapper.h
> @@ -0,0 +1,392 @@
> +/*
> + * Call hardware decode acceleration through dxva2 API
> +
> + * Copyright (c) 2012 Wei Gao <weigao at multicorewareinc.com>
> + *
> + * Attribute from VLC
IANAL, but I don't think this is an appropriate notice.
Is it possible to verbatim copy the "Copyright" line
used in vlc (In addition to the line with your name)?
Or is there no such line in the relevant vlc source file?
Carl Eugen
More information about the ffmpeg-devel
mailing list