Make get_eob() function static.
Change-Id: Idde3ab97960eda7022367c1f91a873a479bc9d7b
This commit is contained in:
Родитель
4422847143
Коммит
0312c3d6d9
|
@ -246,8 +246,7 @@ SKIP_START:
|
|||
return c;
|
||||
}
|
||||
|
||||
|
||||
int get_eob(MACROBLOCKD* const xd, int segment_id, int eob_max) {
|
||||
static int get_eob(MACROBLOCKD* const xd, int segment_id, int eob_max) {
|
||||
int active = vp9_segfeature_active(xd, segment_id, SEG_LVL_EOB);
|
||||
int eob = vp9_get_segdata(xd, segment_id, SEG_LVL_EOB);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче