mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +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)
|
||||
{
|
||||
return ((sync & 0xfc) == 0xbc) ||
|
||||
|
|
Loading…
Reference in a new issue