Get rid of nonsensical limits on -geometry x, y,w and h values, they only
[mplayer/glamo.git] / stream / stream_null.c
blob7bbef09c6067c8724ba8f8d39e942fe89572f8e6
2 #include "config.h"
4 #include <stdlib.h>
5 #include <string.h>
7 #include "stream.h"
9 static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
10 stream->type = STREAMTYPE_DUMMY;
12 return 1;
16 const stream_info_t stream_info_null = {
17 "Null stream",
18 "null",
19 "Albeu",
20 "",
21 open_s,
22 { "null", NULL },
23 NULL,
24 0 // Urls are an option string