From c8e0257887a361a0b2b7a759309bcdb822d479b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20Ni=C3=9Fl?= Date: Sun, 23 Jan 2011 01:38:13 +0100 Subject: Remove incorrect enum value which caused a value shift of successors According to ITU-T Rec. H.264 (03/2005), Table D-1, there is no such indicated display of picture. As a result, succeeding enum constants were mapped to the wrong values. --- src/video_dec/libvdpau/nal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video_dec/libvdpau/nal.h b/src/video_dec/libvdpau/nal.h index b2fe581ad..f40617cd0 100644 --- a/src/video_dec/libvdpau/nal.h +++ b/src/video_dec/libvdpau/nal.h @@ -50,7 +50,6 @@ enum pic_struct { DISP_TOP_BOTTOM, DISP_BOTTOM_TOP, DISP_TOP_BOTTOM_TOP, - DISP_TOP_TOP_BOTTOM, DISP_BOTTOM_TOP_BOTTOM, DISP_FRAME_DOUBLING, DISP_FRAME_TRIPLING -- cgit v1.2.3