diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index e4887ffa671f2e13eef9d687bf9545fd8e741af2..12af8108fb94f082a6d19c95c292187fc3c168d4 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -1125,6 +1125,8 @@ static int decode_init_thread_copy(AVCodecContext *avctx)
     memset(h->sps_buffers, 0, sizeof(h->sps_buffers));
     memset(h->pps_buffers, 0, sizeof(h->pps_buffers));
 
+    h->s.context_initialized = 0;
+
     return 0;
 }