ffmpegdemux: Define our own MAX_STREAMS

This commit is contained in:
Edward Hervey 2011-04-20 17:38:32 +02:00
parent f16291a6cc
commit a004f0bc34

View file

@ -42,6 +42,8 @@
#include "gstffmpegutils.h"
#include "gstffmpegpipe.h"
#define MAX_STREAMS 20
typedef struct _GstFFMpegDemux GstFFMpegDemux;
typedef struct _GstFFStream GstFFStream;