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
pull/126/head
Gert Vervoort 20 years ago committed by Loren Merritt
parent c3ea71a097
commit 9c6221ae62
  1. 2
      libavcodec/h264.c

@ -2540,6 +2540,8 @@ static int alloc_tables(H264Context *h){
}
}
s->obmc_scratchpad = NULL;
return 0;
fail:
free_tables(h);

Loading…
Cancel
Save