summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-03-22 17:59:30 +0100
committerAnton Khirnov <anton@khirnov.net>2022-08-08 16:20:58 +0200
commit61d9f34c70039f739bebf6870547edd9655002ec (patch)
treecfa304f0683f8ad8c18bde58d5c58b7a361e0269 /fftools/ffmpeg.h
parentde9fb9fba7f6a7002ade2fe8c306a85fbf83e97d (diff)
fftools/ffmpeg_demux: do not store demux packet in the context
Its use is local to input_thread().
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index aa97f35310..2ac7cbe522 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -437,8 +437,6 @@ typedef struct InputFile {
float readrate;
int accurate_seek;
- AVPacket *pkt;
-
AVThreadMessageQueue *in_thread_queue;
pthread_t thread; /* thread reading from this file */
int non_blocking; /* reading packets from the thread should not block */