mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
c3ea71a097
commit
9c6221ae62
@ -2540,6 +2540,8 @@ static int alloc_tables(H264Context *h){
|
||||
}
|
||||
}
|
||||
|
||||
s->obmc_scratchpad = NULL;
|
||||
|
||||
return 0;
|
||||
fail:
|
||||
free_tables(h);
|
||||
|
Loading…
Reference in New Issue
Block a user