From 57d24225595af78b0fd836d4d145f5d181e320a2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 8 Aug 2012 12:04:53 +0200 Subject: avconv: rename OutputStream.is_past_recording_time to finished. The new name is shorter and more accurate, since this variable is no longer used only for checking recording time constraint. --- avconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 0cc53c5134..756d197ef5 100644 --- a/avconv.h +++ b/avconv.h @@ -288,7 +288,7 @@ typedef struct OutputStream { int64_t sws_flags; AVDictionary *opts; - int is_past_recording_time; + int finished; /* no more packets should be written for this stream */ int stream_copy; const char *attachment_filename; int copy_initial_nonkeyframes; -- cgit v1.2.3