diff options
Diffstat (limited to 'src/video_dec/libvdpau/nal.h')
-rw-r--r-- | src/video_dec/libvdpau/nal.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/video_dec/libvdpau/nal.h b/src/video_dec/libvdpau/nal.h index 60e3c22b0..b2fe581ad 100644 --- a/src/video_dec/libvdpau/nal.h +++ b/src/video_dec/libvdpau/nal.h @@ -56,6 +56,13 @@ enum pic_struct { DISP_FRAME_TRIPLING }; +enum ct_type { + CT_PROGRESSIVE = 0, + CT_INTERLACED, + CT_UNKNOWN, + CT_RESERVED +}; + /* slice types repeat from 5-9, we * need a helper function for comparison */ |