diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-22 21:04:31 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-24 05:08:49 +0200 |
commit | 83995411f760d5a7e3f5bb1888d230fc7e3af1a1 (patch) | |
tree | 82079b9571203705856faa1acba97e5c7db69a67 /libavfilter | |
parent | 20f991e0f63d1809b05a6085e5859a310aa205ab (diff) | |
download | ffmpeg-83995411f760d5a7e3f5bb1888d230fc7e3af1a1.tar.gz |
lavfi/avcodec.c: fix copyright
git blame:
45 Stefano Sabatini
23 Clément Bœsch
4 Michael Niedermayer
3 Robert Nagy
3 Nicolas George
2 Roger Pau Monné
Initial commit:
commit 566666caf3a09d6254edaa99d222eddb6fe2986b
Author: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Sun May 1 14:47:05 2011 +0200
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avcodec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avcodec.c b/libavfilter/avcodec.c index ce003abaa0..0ccdc5c0cb 100644 --- a/libavfilter/avcodec.c +++ b/libavfilter/avcodec.c @@ -1,4 +1,6 @@ /* + * Copyright 2011 Stefano Sabatini | stefasab at gmail.com + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |