[FFmpeg-cvslog] ffmpeg: fix two stream related comments.
Clément Bœsch
git at videolan.org
Tue Oct 11 14:24:29 CEST 2011
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Tue Oct 11 14:24:20 2011 +0200| [347363995251a3aec65defadd45f1e053a24cc76] | committer: Clément Bœsch
ffmpeg: fix two stream related comments.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=347363995251a3aec65defadd45f1e053a24cc76
---
ffmpeg.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 078ecd8..ba34f7c 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -187,10 +187,10 @@ typedef struct InputStream {
typedef struct InputFile {
AVFormatContext *ctx;
int eof_reached; /* true if eof reached */
- int ist_index; /* index of first stream in ist_table */
+ int ist_index; /* index of first stream in input_streams */
int buffer_size; /* current total buffer size */
int64_t ts_offset;
- int nb_streams; /* number of stream that avconv is aware of; may be different
+ int nb_streams; /* number of stream that ffmpeg is aware of; may be different
from ctx.nb_streams if new streams appear during av_read_frame() */
int rate_emu;
} InputFile;
More information about the ffmpeg-cvslog
mailing list