]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_parser.c
dvbsubdec: Fix function return type
[ffmpeg] / libavcodec / h264_parser.c
index d04eeb197486f9116578d9af25eb9e16eeeeceb8..f44435532e0763ad7f343e225c37a3099cb261f0 100644 (file)
@@ -552,7 +552,6 @@ static av_cold int init(AVCodecParserContext *s)
         return 0;
     h->nb_slice_ctx = 1;
 
-    h->thread_context[0]   = h;
     h->slice_context_count = 1;
     ff_h264dsp_init(&h->h264dsp, 8, 1);
     return 0;