diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-16 12:39:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-16 12:48:19 +0200 |
commit | 7b7afaf849efcc8dc68eea09d3e6ab03dbb68acf (patch) | |
tree | 1875c190453eef64f778e9c920b2d524574ebb44 /libavformat/dump.c | |
parent | 83d100baea7ae9549ac189772a62d83dc6bc48e4 (diff) | |
download | ffmpeg-7b7afaf849efcc8dc68eea09d3e6ab03dbb68acf.tar.gz |
avformat/dump: put copyright back from the file from which dump.c was split out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/dump.c')
-rw-r--r-- | libavformat/dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/dump.c b/libavformat/dump.c index 2fae7f8ba4..c8065354b2 100644 --- a/libavformat/dump.c +++ b/libavformat/dump.c @@ -1,5 +1,6 @@ /* * Various pretty-printing functions for use within FFmpeg + * Copyright (c) 2000, 2001, 2002 Fabrice Bellard * * This file is part of FFmpeg. * |