mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
parent
1962b31046
commit
a898d147ba
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ typedef struct _GstH264Sps GstH264Sps;
|
||||||
typedef struct _GstH264Pps GstH264Pps;
|
typedef struct _GstH264Pps GstH264Pps;
|
||||||
|
|
||||||
#define MAX_SPS_COUNT 32
|
#define MAX_SPS_COUNT 32
|
||||||
#define MAX_PPS_COUNT 32
|
#define MAX_PPS_COUNT 256
|
||||||
|
|
||||||
#define CLOCK_BASE 9LL
|
#define CLOCK_BASE 9LL
|
||||||
#define CLOCK_FREQ (CLOCK_BASE * 10000)
|
#define CLOCK_FREQ (CLOCK_BASE * 10000)
|
||||||
|
|
Loading…
Reference in a new issue