diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2011-01-23 01:38:13 +0100 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2011-01-23 01:38:13 +0100 |
commit | c8e0257887a361a0b2b7a759309bcdb822d479b2 (patch) | |
tree | d5c95db02753e53973c03b86d33930b418220138 | |
parent | dc70c32e0f7614f52958e1b37da5b215aaafaafe (diff) | |
download | xine-lib-c8e0257887a361a0b2b7a759309bcdb822d479b2.tar.gz xine-lib-c8e0257887a361a0b2b7a759309bcdb822d479b2.tar.bz2 |
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.
-rw-r--r-- | src/video_dec/libvdpau/nal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |