mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
ffmpegdemux: Define our own MAX_STREAMS
This commit is contained in:
parent
f16291a6cc
commit
a004f0bc34
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@
|
|||
#include "gstffmpegutils.h"
|
||||
#include "gstffmpegpipe.h"
|
||||
|
||||
#define MAX_STREAMS 20
|
||||
|
||||
typedef struct _GstFFMpegDemux GstFFMpegDemux;
|
||||
typedef struct _GstFFStream GstFFStream;
|
||||
|
||||
|
|
Loading…
Reference in a new issue