H264_Encoding: Prepare some data structures for adding packed raw data
authorZhao, Yakui <yakui.zhao@intel.com>
Mon, 26 May 2014 00:40:15 +0000 (08:40 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 16 Jun 2014 03:53:35 +0000 (11:53 +0800)
commit558e904bc5c471795b09f6c2dcf65ba31590b19b
tree7d2fc77867518be9ad45779b50cb09ced4b59013
parent772e94298f2fc42da1f9be69de80664d9055b685
H264_Encoding: Prepare some data structures for adding packed raw data

Under some encoding scenario, the user-space application hopes that the driver
can insert the passed packed rawdata into the coded clip. But the insertion of
packed rawdata is related with the slice. So some data structures are added so
that it can store how the packed rawdata is inserted into the coded clip
per-slice.

Signed-off-by: Zhao, Yakui <yakui.zhao@intel.com>
(cherry picked from commit 65727b1868f01d836659396724b83d2992656242)
src/i965_drv_video.c
src/i965_drv_video.h