summaryrefslogtreecommitdiff
path: root/src/libvdpau/nal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libvdpau/nal.h')
-rw-r--r--src/libvdpau/nal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libvdpau/nal.h b/src/libvdpau/nal.h
index 351a3d84f..17f5604b6 100644
--- a/src/libvdpau/nal.h
+++ b/src/libvdpau/nal.h
@@ -55,7 +55,8 @@ enum aspect_ratio
ASPECT_4_3,
ASPECT_3_2,
ASPECT_2_1,
- ASPECT_RESERVED
+ ASPECT_RESERVED,
+ ASPECT_EXTENDED_SAR=255
};
static inline uint32_t slice_type(uint32_t slice_type)