summaryrefslogtreecommitdiff
path: root/src/demuxers/asfheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/asfheader.h')
-rw-r--r--src/demuxers/asfheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demuxers/asfheader.h b/src/demuxers/asfheader.h
index b895a1817..265f0e643 100644
--- a/src/demuxers/asfheader.h
+++ b/src/demuxers/asfheader.h
@@ -320,6 +320,7 @@ struct asf_header_s {
asf_stream_t *streams[ASF_MAX_NUM_STREAMS];
asf_stream_extension_t *stream_extensions[ASF_MAX_NUM_STREAMS];
uint32_t bitrates[ASF_MAX_NUM_STREAMS];
+ struct { uint32_t x, y; } aspect_ratios[ASF_MAX_NUM_STREAMS];
};
struct asf_file_s {