mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
ffmpeg: fix two stream related comments.
This commit is contained in:
parent
5174032953
commit
3473639952
4
ffmpeg.c
4
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;
|
||||
|
Loading…
Reference in New Issue
Block a user