Commit 9c6221ae authored by Gert Vervoort's avatar Gert Vervoort Committed by Loren Merritt

10l (obmc_scratchpad not always initialize)

patch by (Gert Vervoort <gert.vervoort at hccnet dot nl>)

Originally committed as revision 3816 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c3ea71a0
......@@ -2540,6 +2540,8 @@ static int alloc_tables(H264Context *h){
}
}
s->obmc_scratchpad = NULL;
return 0;
fail:
free_tables(h);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment