mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-29 03:23:29 +08:00
Warning and compatibility fixes.
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -765,7 +765,7 @@ static void reallocBuffers(PPContext *c, int width, int height, int stride, int
|
||||
reallocAlign((void **)&c->forcedQPTable, 8, mbWidth*sizeof(QP_STORE_T));
|
||||
}
|
||||
|
||||
static void global_init(){
|
||||
static void global_init(void){
|
||||
int i;
|
||||
memset(clip_table, 0, 256);
|
||||
for(i=256; i<512; i++)
|
||||
|
||||
Reference in New Issue
Block a user