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 /libavformat | |
parent | d1dfcb082957b646d59388925fc20b7485da33cb (diff) | |
download | ffmpeg-124e28847b95a70724399c8473dd778b5c4c8ffc.tar.gz |
Remove some stray unnecessary ffmpeg references.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avio.c | 2 | ||||
-rw-r--r-- | libavformat/aviobuf.c | 2 | ||||
-rw-r--r-- | libavformat/avisynth.c | 2 | ||||
-rw-r--r-- | libavformat/file.c | 2 | ||||
-rw-r--r-- | libavformat/mpegts.c | 2 | ||||
-rw-r--r-- | libavformat/os_support.c | 2 | ||||
-rw-r--r-- | libavformat/os_support.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/libavformat/avio.c b/libavformat/avio.c index ac15407fda..a954aa8170 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -1,5 +1,5 @@ /* - * Unbuffered io for ffmpeg system + * unbuffered I/O * Copyright (c) 2001 Fabrice Bellard * * This file is part of Libav. diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 8f3599a9dc..8bd3e78446 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -1,5 +1,5 @@ /* - * Buffered I/O for ffmpeg system + * buffered I/O * Copyright (c) 2000,2001 Fabrice Bellard * * This file is part of Libav. diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 78eb5e6025..01fe1752e4 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -1,5 +1,5 @@ /* - * AVISynth support for ffmpeg system + * AVISynth support * Copyright (c) 2006 DivX, Inc. * * This file is part of Libav. diff --git a/libavformat/file.c b/libavformat/file.c index 649640a927..cca9ec1a06 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -1,5 +1,5 @@ /* - * Buffered file io for ffmpeg system + * buffered file I/O * Copyright (c) 2001 Fabrice Bellard * * This file is part of Libav. diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 5fa82dc21a..2e390e4268 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -1440,7 +1440,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len if (pid < 0) break; - /* now create ffmpeg stream */ + /* now create stream */ if (ts->pids[pid] && ts->pids[pid]->type == MPEGTS_PES) { pes = ts->pids[pid]->u.pes_filter.opaque; if (!pes->st) { diff --git a/libavformat/os_support.c b/libavformat/os_support.c index a0fcd6c9ba..c6715f3cc3 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -1,5 +1,5 @@ /* - * Various utilities for ffmpeg system + * various OS-feature replacement utilities * Copyright (c) 2000, 2001, 2002 Fabrice Bellard * copyright (c) 2002 Francois Revol * diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 521e9978a2..20c6d73738 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -1,5 +1,5 @@ /* - * various utilities for ffmpeg system + * various OS-feature replacement utilities * copyright (c) 2000, 2001, 2002 Fabrice Bellard * * This file is part of Libav. |