Revision dc172ecc
ID | dc172ecc6e59fb3e53af2991e00e0e81fe3c8884 |
Parent | 86b0d9cd |
Child | 436c4523 |
Add the notion of pixel size in h264 related functions.
In high bit depth the pixels will not be stored in uint8_t like in the
normal case, but in uint16_t. The pixel size is thus 1 in normal bit
depth and 2 in high bit depth.
Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Files
- added
- modified
- copied
- renamed
- deleted
- ffplay.c (diff)
- libavcodec
- h264.c (diff)
- h264.h (diff)
- h264_cabac.c (diff)
- h264_cavlc.c (diff)
- h264_loopfilter.c (diff)
- utils.c (diff)