mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +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;
|
return 0;
|
||||||
fail:
|
fail:
|
||||||
free_tables(h);
|
free_tables(h);
|
||||||
|
Loading…
Reference in New Issue
Block a user