mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
resindvd: Minor change to inline a function in the demuxer
This commit is contained in:
parent
f8fef34fcb
commit
462419f279
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue