diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-05-21 11:10:13 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-26 15:31:52 +0100 |
commit | 462419f279a8ff865a570795462028fd9435f6a8 (patch) | |
tree | 2f66239d996c854095a5075c4a6b2546900e91a8 /ext/resindvd | |
parent | f8fef34fcb60372fba15ef28bbc2d905a0ec18b8 (diff) | |
download | gst-plugins-bad-462419f279a8ff865a570795462028fd9435f6a8.tar.gz gst-plugins-bad-462419f279a8ff865a570795462028fd9435f6a8.tar.bz2 gst-plugins-bad-462419f279a8ff865a570795462028fd9435f6a8.zip |
resindvd: Minor change to inline a function in the demuxer
Diffstat (limited to 'ext/resindvd')
-rw-r--r-- | ext/resindvd/gstmpegdemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/resindvd/gstmpegdemux.c b/ext/resindvd/gstmpegdemux.c index b360bdcc..8e513469 100644 --- a/ext/resindvd/gstmpegdemux.c +++ b/ext/resindvd/gstmpegdemux.c @@ -1861,7 +1861,7 @@ need_data: } } -static gboolean +static inline gboolean gst_flups_demux_is_pes_sync (guint32 sync) { return ((sync & 0xfc) == 0xbc) || |