source: svn/newcon3bcm2_21bu/dta/src/dvb/dvb_subtitle.h @ 74

Last change on this file since 74 was 74, checked in by phkim, 10 years ago
  1. phkim
  2. zasc
  3. 변경 내용
    • CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
  • Property svn:executable set to *
File size: 382 bytes
Line 
1#ifndef BAPP_DVB_SUBTITLE_H__
2#define BAPP_DVB_SUBTITLE_H__
3
4#define PES_PRIVATE_STREAM_TYPE 0x6
5
6typedef struct bapp_dsub *bapp_dsub_t;
7
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13bapp_dsub_t bapp_dsub_open(void *v_app);
14void bapp_dsub_enable(bapp_dsub_t p_dsub, bool enable, uint16_t page_no);
15void bapp_dsub_process(uint8_t *buf, size_t size);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
Note: See TracBrowser for help on using the repository browser.