resindvd: Minor change to inline a function in the demuxer
This commit is contained in:
parent
f8fef34fcb
commit
462419f279
@ -1861,7 +1861,7 @@ need_data:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static inline gboolean
|
||||||
gst_flups_demux_is_pes_sync (guint32 sync)
|
gst_flups_demux_is_pes_sync (guint32 sync)
|
||||||
{
|
{
|
||||||
return ((sync & 0xfc) == 0xbc) ||
|
return ((sync & 0xfc) == 0xbc) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user