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:
authorAnton Khirnov <anton@khirnov.net>2022-03-21 18:51:13 +0300
committerAnton Khirnov <anton@khirnov.net>2022-08-08 17:20:58 +0300
commitc3b8d59d2f40550369dbfb2505f2f8415f1e37ec (patch)
treeeb91b2d05a47b16c3348f1cb729c37225ded5435 /fftools/ffmpeg.h
parentd8bf53710ffcb4abd5131f7faedf4aab240ef3d9 (diff)
fftools/ffmpeg: drop a write-only variable
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 23b249780b..fc082bfbea 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -437,7 +437,6 @@ typedef struct InputFile {
AVThreadMessageQueue *in_thread_queue;
pthread_t thread; /* thread reading from this file */
int non_blocking; /* reading packets from the thread should not block */
- int joined; /* the thread has been joined */
int thread_queue_size; /* maximum number of queued packets */
} InputFile;