Commit 5e4d5e18 authored by Adrian Grange's avatar Adrian Grange
Browse files

Added default return value to transform selector

The non-void function didn't return a value in the default case.

Change-Id: Ie4c965315bedc189d2080dd65cf29d3347661946
Showing with 1 addition and 0 deletions
......@@ -505,6 +505,7 @@ static TX_TYPE get_tx_type(MACROBLOCKD *xd, BLOCKD *b) {
return tx_type;
}
#endif
return tx_type;
}
#endif
......
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