diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-16 16:26:27 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-16 22:15:34 +0200 |
commit | 30926a1f1ff5fe07d5a58fefc907988ca73f8e3d (patch) | |
tree | 55b0692368da14065694465064aaeabc43e894b6 /libavfilter | |
parent | ba32afd70eaaffd089d4defebb21376259ae6fa4 (diff) | |
download | ffmpeg-30926a1f1ff5fe07d5a58fefc907988ca73f8e3d.tar.gz |
lavfi/aspect: fix weird copyright notice
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_aspect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c index 973116a958..2b9ba15c3e 100644 --- a/libavfilter/vf_aspect.c +++ b/libavfilter/vf_aspect.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2010 Bobby Bingham - + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |