Merge commit '7a82022ee2f9b1fad991ace0936901e7419444be'
* commit '7a82022ee2f9b1fad991ace0936901e7419444be': h264_parser: Initialize the h264dsp context in the parser as well Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
50b7ce1257
@ -466,6 +466,7 @@ static av_cold int init(AVCodecParserContext *s)
|
|||||||
H264Context *h = s->priv_data;
|
H264Context *h = s->priv_data;
|
||||||
h->thread_context[0] = h;
|
h->thread_context[0] = h;
|
||||||
h->slice_context_count = 1;
|
h->slice_context_count = 1;
|
||||||
|
ff_h264dsp_init(&h->h264dsp, 8, 1);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user