mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
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:
parent
1733f0847a
commit
bf75c942fc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user