diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-28 10:22:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-28 10:22:58 +0000 |
commit | 3fa77bde1b1e977b07070c72a9c2aaa5ad7dbf8d (patch) | |
tree | 6a27f63be6d57fd34b1771b44c7352cfcf0107bb /libavfilter/vf_scale.c | |
parent | e8ffb2fa4c233fe5d1e0bf385bd40b27288abc8b (diff) | |
download | ffmpeg-3fa77bde1b1e977b07070c72a9c2aaa5ad7dbf8d.tar.gz |
In libavfilter, use consistently "Copyright (c)" in the license
headers.
Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vf_scale.c')
-rw-r--r-- | libavfilter/vf_scale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index d99e0c1dab..100ba2b6b8 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -1,5 +1,5 @@ /* - * copyright (c) 2007 Bobby Bingham + * Copyright (c) 2007 Bobby Bingham * * This file is part of FFmpeg. * |