summaryrefslogtreecommitdiffstats
path: root/video/decode/d3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/d3d.h')
-rw-r--r--video/decode/d3d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/decode/d3d.h b/video/decode/d3d.h
index 21b930528a..3f5b8aebe7 100644
--- a/video/decode/d3d.h
+++ b/video/decode/d3d.h
@@ -33,8 +33,7 @@ struct d3d_decoded_format {
struct d3d_decoder_fmt {
const GUID *guid;
- int mpfmt_decoded;
- DWORD dxfmt_decoded; // D3DFORMAT or DXGI_FORMAT
+ const struct d3d_decoded_format *format;
};
int d3d_probe_codec(const char *codec);