|
Last change
on this file was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
1.3 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_xvd.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_xvd.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/1 6/24/05 3:50p vsilyaev |
|---|
| 25 | * PR 15967: 7038 implementation of the audio/video interface. |
|---|
| 26 | * |
|---|
| 27 | ***************************************************************************/ |
|---|
| 28 | #ifndef BPCRLIB_XVD_H_ |
|---|
| 29 | #define BPCRLIB_XVD_H_ |
|---|
| 30 | |
|---|
| 31 | #include "bxvd.h" |
|---|
| 32 | |
|---|
| 33 | #ifndef BCHP_7411_VER |
|---|
| 34 | #include "bxpt_rave.h" |
|---|
| 35 | #endif |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | extern const BPCRlib_StcDecIface BPCRlib_Video_Xvd; |
|---|
| 39 | |
|---|
| 40 | typedef struct { |
|---|
| 41 | BXVD_ChannelHandle dec; |
|---|
| 42 | #ifndef BCHP_7411_VER |
|---|
| 43 | BXPT_RaveCx_Handle rave; |
|---|
| 44 | #endif |
|---|
| 45 | } BPCRlib_Xvd_Decoder; |
|---|
| 46 | |
|---|
| 47 | #endif /* BPCRLIB_XVD_H_ */ |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.