mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
qtdemux: Add parentheses in macro
https://bugzilla.gnome.org/show_bug.cgi?id=684790
This commit is contained in:
parent
c2cce8a9fc
commit
80f391aa3b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
|
||||
#define QTDEMUX_TREE_NODE_FOURCC(n) (QT_FOURCC(((guint8 *) (n)->data) + 4))
|
||||
|
||||
#define STREAM_IS_EOS(s) (s->time_position == GST_CLOCK_TIME_NONE)
|
||||
#define STREAM_IS_EOS(s) ((s)->time_position == GST_CLOCK_TIME_NONE)
|
||||
|
||||
#define ABSDIFF(x, y) ( (x) > (y) ? ((x) - (y)) : ((y) - (x)) )
|
||||
|
||||
|
|
Loading…
Reference in a new issue