---
 libavcodec/pthread.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c
index 3e28f38..461724e 100644
--- a/libavcodec/pthread.c
+++ b/libavcodec/pthread.c
@@ -68,8 +68,6 @@ typedef struct PerThreadContext {
 
     struct FrameThreadContext *parent;
 
-    int decode_progress;
-
     enum {
         STATE_INPUT_READY,          ///< Set when the thread is sleeping.
         STATE_PREDECODING,          ///< Set before the codec has called ff_report_predecode_done().
@@ -403,7 +401,6 @@ static int submit_frame(PerThreadContext * volatile p, const uint8_t *buf, int b
     p->buf = av_fast_realloc(p->buf, &p->allocated_buf_size, buf_size);
     memcpy(p->buf, buf, buf_size);
     p->buf_size = buf_size;
-    p->decode_progress = -1;
 
     handle_delayed_releases(p);
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to