Revision 6e3ef511
ID | 6e3ef511d787ff632547059f8730396ff4498e70 |
Parent | 44ca80df |
Child | fcc0224e |
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: Ronald S. Bultje <rsbultje@gmail.com>
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)