mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
dmx: notify scb/pscp status to high level [1/2]
PD#SWPL-110726 Problem: high level need know es status Solution: notify the info to high level Verify: not verified Change-Id: I60c9873d75fd2c8dc6399fdc79dcbcc073f7c63f Signed-off-by: chuangcheng peng <chuangcheng.peng@amlogic.com>
This commit is contained in:
committed by
Dongjin Kim
parent
1395cc30a9
commit
4b12e54604
@@ -35,7 +35,8 @@ enum dmx_input_source {
|
||||
/**
|
||||
* struct dmx_non_sec_es_header - non-sec Elementary Stream (ES) Header
|
||||
*
|
||||
* @pts_dts_flag:[1:0], 01:pts valid, 10:dts valid
|
||||
* @pts_dts_flag:[1:0], 10:pts valid, 01:dts valid
|
||||
* @pts_dts_flag:[3:2], 10:scb is scrambled, 01:pscp invalid
|
||||
* @pts: pts value
|
||||
* @dts: dts value
|
||||
* @len: data len
|
||||
@@ -50,7 +51,8 @@ struct dmx_non_sec_es_header {
|
||||
/**
|
||||
* struct dmx_sec_es_data - sec Elementary Stream (ES)
|
||||
*
|
||||
* @pts_dts_flag:[1:0], 01:pts valid, 10:dts valid
|
||||
* @pts_dts_flag:[1:0], 10:pts valid, 01:dts valid
|
||||
* @pts_dts_flag:[3:2], 10:scb is scrambled, 01:pscp invalid
|
||||
* @pts: pts value
|
||||
* @dts: dts value
|
||||
* @buf_start: buf start addr
|
||||
|
||||
Reference in New Issue
Block a user