Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127901 | Differences between
and this patch

Collapse All | Expand All

(-)mplayer-1.0.20060302/libmpdemux/stream.h (+1 lines)
Lines 4-9 Link Here
4
#include "mp_msg.h"
4
#include "mp_msg.h"
5
#include <string.h>
5
#include <string.h>
6
#include <inttypes.h>
6
#include <inttypes.h>
7
#include <stdint.h>
7
#include <sys/types.h>
8
#include <sys/types.h>
8
9
9
#define STREAMTYPE_DUMMY -1    // for placeholders, when the actual reading is handled in the demuxer
10
#define STREAMTYPE_DUMMY -1    // for placeholders, when the actual reading is handled in the demuxer

Return to bug 127901