Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-09 17:14:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-08-09 17:23:00 +0400
commitb7e9eea31f3e60dc506cf52bb78f0d9f679cb3bd (patch)
tree1f16a190ad58a5a7209c610759efeb72d7646ca3 /ffmpeg.h
parente13df05fdbb3507d40b8c0e82a05ff67e90b8f3e (diff)
parentf154ef1ae5b03f288dd8c025dab1884b4cb20c1a (diff)
Merge commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a'
* commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a': avconv: send EOF to lavfi even if flushing the decoder fails avconv: get rid of pointless temporary variable. avconv: simplify transcode(). avconv: cosmetics avconv: replace no_packet array in transcode() with a var in InputStream avconv: remove unused variable from InputFile. avconv: remove commented out cruft. avconv: maintain sync on lavfi outputs. Conflicts: ffmpeg.c ffmpeg.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index c497bf3907..d6c72787d1 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -242,7 +242,7 @@ typedef struct InputStream {
typedef struct InputFile {
AVFormatContext *ctx;
int eof_reached; /* true if eof reached */
- int unavailable; /* true if the file is unavailable (possibly temporarily) */
+ int eagain; /* true if last read attempt returned EAGAIN */
int ist_index; /* index of first stream in input_streams */
int64_t ts_offset;
int nb_streams; /* number of stream that ffmpeg is aware of; may be different