summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 1c2f8a2a3e..963bf07b5e 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -101,7 +101,7 @@ typedef struct sh_audio {
struct af_stream *afilter; // the audio filter stream
const struct ad_functions *ad_driver;
// win32-compatible codec parameters:
- WAVEFORMATEX *wf;
+ MP_WAVEFORMATEX *wf;
// note codec extradata may be either under "wf" or "codecdata"
unsigned char *codecdata;
int codecdata_len;
@@ -135,7 +135,7 @@ typedef struct sh_video {
struct mp_image_params *vf_input; // video filter input params
struct mp_hwdec_info *hwdec_info; // video output hwdec handles
// win32-compatible codec parameters:
- BITMAPINFOHEADER *bih;
+ MP_BITMAPINFOHEADER *bih;
} sh_video_t;
typedef struct sh_sub {