Skip to content
Snippets Groups Projects
Commit 0312c3d6 authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

Make get_eob() function static.

Change-Id: Idde3ab97960eda7022367c1f91a873a479bc9d7b
parent 44228471
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment