-
- Downloads
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>
Showing
- ffplay.c 3 additions, 1 deletionffplay.c
- libavcodec/h264.c 220 additions, 103 deletionslibavcodec/h264.c
- libavcodec/h264.h 5 additions, 4 deletionslibavcodec/h264.h
- libavcodec/h264_cabac.c 58 additions, 47 deletionslibavcodec/h264_cabac.c
- libavcodec/h264_cavlc.c 47 additions, 37 deletionslibavcodec/h264_cavlc.c
- libavcodec/h264_loopfilter.c 3 additions, 3 deletionslibavcodec/h264_loopfilter.c
- libavcodec/utils.c 2 additions, 1 deletionlibavcodec/utils.c
Loading
Please register or sign in to comment