mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
16 lines
303 B
C
16 lines
303 B
C
|
#ifndef _DEFAULT_H
|
||
|
#define _DEFAULT_H
|
||
|
|
||
|
typedef long HRESULT;
|
||
|
typedef unsigned int offset_t;
|
||
|
#define E_NOTIMPL -158
|
||
|
#define E_FAIL -1
|
||
|
#define E_ERROR -2
|
||
|
|
||
|
#define fccDIV3 mmioFOURCC('D', 'I', 'V', '3')
|
||
|
#define fccDIV4 mmioFOURCC('D', 'I', 'V', '4')
|
||
|
#define fccIV50 mmioFOURCC('I', 'V', '5', '0')
|
||
|
|
||
|
#endif
|
||
|
|