summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avio.c2
-rw-r--r--libavformat/aviobuf.c2
-rw-r--r--libavformat/avisynth.c2
-rw-r--r--libavformat/file.c2
-rw-r--r--libavformat/mpegts.c2
-rw-r--r--libavformat/os_support.c2
-rw-r--r--libavformat/os_support.h2
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.