moved inline at beginning of declaration

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18198 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-04-22 17:55:39 +00:00
parent 1733f0847a
commit bf75c942fc
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ static void fix_a52_headers(muxer_stream_t *s)
spriv->pack[x+2] = spriv->pack[x+3] = 0;
}
static void inline remove_frames(muxer_headers_t *spriv, int n)
static inline void remove_frames(muxer_headers_t *spriv, int n)
{
mpeg_frame_t tmp;
int i;