make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -5741,7 +5741,7 @@ static int decode_cabac_residual( H264Context *h, DCTELEM *block, int cat, int n
|
||||
return 0;
|
||||
}
|
||||
|
||||
void inline compute_mb_neighboors(H264Context *h)
|
||||
static void inline compute_mb_neighboors(H264Context *h)
|
||||
{
|
||||
MpegEncContext * const s = &h->s;
|
||||
const int mb_xy = s->mb_x + s->mb_y*s->mb_stride;
|
||||
|
Reference in New Issue
Block a user