resindvd: Minor change to inline a function in the demuxer

This commit is contained in:
Jan Schmidt 2009-05-21 11:10:13 +01:00
parent f8fef34fcb
commit 462419f279

View file

@ -1861,7 +1861,7 @@ need_data:
}
}
static gboolean
static inline gboolean
gst_flups_demux_is_pes_sync (guint32 sync)
{
return ((sync & 0xfc) == 0xbc) ||