Make get_eob() function static.

Change-Id: Idde3ab97960eda7022367c1f91a873a479bc9d7b
This commit is contained in:
Ronald S. Bultje 2012-11-23 08:17:06 -08:00
Родитель 4422847143
Коммит 0312c3d6d9
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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);