diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-09-06 16:09:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-09-06 16:09:57 +0000 |
commit | a0528ed7dea2bcef78f4a413df8e7ac8ca9bf4bc (patch) | |
tree | 11453cc3bd18574486721c513c2e03a6c4bb4ef2 | |
parent | 1357b1de00868db672625a2b29dadfd49207314f (diff) | |
download | ffmpeg-a0528ed7dea2bcef78f4a413df8e7ac8ca9bf4bc.tar.gz |
license header consistency cosmetics
Originally committed as revision 15225 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/h264enc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264enc.c b/libavcodec/h264enc.c index 17a2ec8b18..2cff901ea5 100644 --- a/libavcodec/h264enc.c +++ b/libavcodec/h264enc.c @@ -1,6 +1,8 @@ /* * H.264 encoder * + * 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 * License as published by the Free Software Foundation; either |