Add the notion of pixel size in h264 related functions.
authorOskar Arvidsson <oskar@irock.se>
Tue, 29 Mar 2011 15:48:57 +0000 (17:48 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 10 May 2011 11:24:33 +0000 (07:24 -0400)
commit6e3ef511d787ff632547059f8730396ff4498e70
treebda396b13aaa01e8dccbd60d697a543eff7643db
parent44ca80df3445a59bc065924d8c6110fa10367d01
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>
ffplay.c
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/h264_loopfilter.c
libavcodec/utils.c