From 0b26ef4228671051eef1bba92da37a53e56714da Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 4 Aug 2012 12:04:02 +0200 Subject: avconv: replace no_packet array in transcode() with a var in InputStream This simplifies splitting code for reading from input out of transcode(). --- avconv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 0ee3c138e6..0cc53c5134 100644 --- a/avconv.h +++ b/avconv.h @@ -230,6 +230,7 @@ typedef struct InputStream { typedef struct InputFile { AVFormatContext *ctx; int eof_reached; /* true if eof reached */ + int eagain; /* true if last read attempt returned EAGAIN */ int ist_index; /* index of first stream in ist_table */ int64_t ts_offset; int nb_streams; /* number of stream that avconv is aware of; may be different -- cgit v1.2.3