mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
avidemux: cleanup in flag define
This commit is contained in:
parent
0e522bc69a
commit
dcb0e0af93
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
#define DIV_ROUND_UP(s,v) (((s) + ((v)-1)) / (v))
|
||||
|
||||
#define GST_AVI_KEYFRAME 1
|
||||
#define GST_AVI_KEYFRAME (1 << 0)
|
||||
#define ENTRY_IS_KEYFRAME(e) ((e)->flags == GST_AVI_KEYFRAME)
|
||||
#define ENTRY_SET_KEYFRAME(e) ((e)->flags = GST_AVI_KEYFRAME)
|
||||
#define ENTRY_UNSET_KEYFRAME(e) ((e)->flags = 0)
|
||||
|
|
Loading…
Reference in a new issue