Commit 0312c3d6 authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

Make get_eob() function static.

Change-Id: Idde3ab97960eda7022367c1f91a873a479bc9d7b
Showing with 1 addition and 2 deletions
...@@ -246,8 +246,7 @@ SKIP_START: ...@@ -246,8 +246,7 @@ SKIP_START:
return c; return c;
} }
static int get_eob(MACROBLOCKD* const xd, int segment_id, int eob_max) {
int get_eob(MACROBLOCKD* const xd, int segment_id, int eob_max) {
int active = vp9_segfeature_active(xd, segment_id, SEG_LVL_EOB); int active = vp9_segfeature_active(xd, segment_id, SEG_LVL_EOB);
int eob = vp9_get_segdata(xd, segment_id, SEG_LVL_EOB); int eob = vp9_get_segdata(xd, segment_id, SEG_LVL_EOB);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment