mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
mpegtsmux: Fix compiler warnings
https://bugzilla.gnome.org/show_bug.cgi?id=678211
This commit is contained in:
parent
893d6eb2a3
commit
3f9a0a1747
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ G_BEGIN_DECLS
|
|||
#define TSMUX_MIN_ES_DESC_LEN 8
|
||||
|
||||
/* Frequency for PCR representation */
|
||||
#define TSMUX_SYS_CLOCK_FREQ (27000000L)
|
||||
#define TSMUX_SYS_CLOCK_FREQ ((gint64) 27000000)
|
||||
/* Frequency for PTS values */
|
||||
#define TSMUX_CLOCK_FREQ (TSMUX_SYS_CLOCK_FREQ / 300)
|
||||
|
||||
|
|
Loading…
Reference in a new issue