|
Last change
on this file since 74 was
74,
checked in by phkim, 10 years ago
|
- phkim
- zasc
- 변경 내용
- CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
|
-
Property svn:executable set to
*
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2005, Broadcom Corporation |
|---|
| 3 | * All Rights Reserved |
|---|
| 4 | * Confidential Property of Broadcom Corporation |
|---|
| 5 | * |
|---|
| 6 | * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE |
|---|
| 7 | * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR |
|---|
| 8 | * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. |
|---|
| 9 | * |
|---|
| 10 | * $brcm_Workfile: bpcrlib_rap.h $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/2 $ |
|---|
| 12 | * $brcm_Date: 2/3/06 3:50p $ |
|---|
| 13 | * |
|---|
| 14 | * Module Description: |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | * $brcm_Log: /magnum/syslib/pcrlib/7038/bpcrlib_rap.h $ |
|---|
| 19 | * |
|---|
| 20 | * Hydra_Software_Devel/2 2/3/06 3:50p vsilyaev |
|---|
| 21 | * PR 18642: Update PCRlibrary to support playback of constant bitrate |
|---|
| 22 | * streams |
|---|
| 23 | * |
|---|
| 24 | * Hydra_Software_Devel/PR18642/1 1/19/06 6:16p vsilyaev |
|---|
| 25 | * PR18642: Use PTS offset to control buffer depth in the decoders |
|---|
| 26 | * |
|---|
| 27 | * Hydra_Software_Devel/1 7/21/05 12:36p vsilyaev |
|---|
| 28 | * PR 15967: Added raptor STC interface |
|---|
| 29 | * |
|---|
| 30 | ***************************************************************************/ |
|---|
| 31 | #ifndef BPCRLIB_RAP_H_ |
|---|
| 32 | #define BPCRLIB_RAP_H_ |
|---|
| 33 | |
|---|
| 34 | #include "brap.h" |
|---|
| 35 | |
|---|
| 36 | #ifndef BCHP_7411_VER |
|---|
| 37 | #include "bxpt_rave.h" |
|---|
| 38 | #endif |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | typedef struct { |
|---|
| 42 | BRAP_ChannelHandle dec; |
|---|
| 43 | #ifdef BCHP_7411_VER |
|---|
| 44 | BRAP_TRANS_ChannelHandle trans; |
|---|
| 45 | #else |
|---|
| 46 | BXPT_RaveCx_Handle rave; |
|---|
| 47 | #endif |
|---|
| 48 | } BPCRlib_Rap_Decoder; |
|---|
| 49 | |
|---|
| 50 | extern const BPCRlib_StcDecIface BPCRlib_Audio_Rap; |
|---|
| 51 | |
|---|
| 52 | #endif /* BPCRLIB_XVD_H_ */ |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.