From bed43d58b06938060f6ed01ef90733247a23f362 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 4 Aug 2012 11:53:08 +0200 Subject: avconv: remove unused variable from InputFile. --- avconv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index d8bf78b419..0ee3c138e6 100644 --- a/avconv.h +++ b/avconv.h @@ -231,7 +231,6 @@ typedef struct InputFile { AVFormatContext *ctx; int eof_reached; /* true if eof reached */ int ist_index; /* index of first stream in ist_table */ - 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 from ctx.nb_streams if new streams appear during av_read_frame() */ -- cgit v1.2.3