diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 17:56:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-02 10:42:54 +0100 |
commit | 124e28847b95a70724399c8473dd778b5c4c8ffc (patch) | |
tree | 79e76aac5b1a80d0a74702e47611e62cae6ed502 /libavcodec/dvdsubenc.c | |
parent | d1dfcb082957b646d59388925fc20b7485da33cb (diff) | |
download | ffmpeg-124e28847b95a70724399c8473dd778b5c4c8ffc.tar.gz |
Remove some stray unnecessary ffmpeg references.
Diffstat (limited to 'libavcodec/dvdsubenc.c')
-rw-r--r-- | libavcodec/dvdsubenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvdsubenc.c b/libavcodec/dvdsubenc.c index 96f4321a2f..82d0608664 100644 --- a/libavcodec/dvdsubenc.c +++ b/libavcodec/dvdsubenc.c @@ -1,5 +1,5 @@ /* - * DVD subtitle encoding for ffmpeg + * DVD subtitle encoding * Copyright (c) 2005 Wolfram Gloger * * This file is part of Libav. |