diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-21 12:34:50 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-21 12:38:20 +0100 |
commit | 6476bb84bca36b4af5427c5e733fd7b33a985700 (patch) | |
tree | 933d833eef3e66b48b873add66d279462568bccf | |
parent | 51f88ac57b9006085c9afce65cd005f868e1d60e (diff) | |
download | ffmpeg-6476bb84bca36b4af5427c5e733fd7b33a985700.tar.gz |
lavc/hwaccel: fix header copyright
It was done on a whim because of the FATE header check and was actually
meant to be removed before pushing.
Also, nobody in review spotted it.
Reviewed-by: wm4
-rw-r--r-- | libavcodec/hwaccel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hwaccel.h b/libavcodec/hwaccel.h index 17af43707c..124fbbf1fd 100644 --- a/libavcodec/hwaccel.h +++ b/libavcodec/hwaccel.h @@ -1,5 +1,5 @@ /* - * This file is part of FFmpeg and was stolen from Libav. + * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |