]> git.sesse.net Git - ffmpeg/blobdiff - avconv.h
fate: add G.723.1 decoder tests
[ffmpeg] / avconv.h
index 0cc53c51341068d993a65acf00be0f8fcc3d55be..756d197ef53f36b2fa33d0e353814de01f14fa37 100644 (file)
--- 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;