|
Last change
on this file since 2 was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2012, 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: $ |
|---|
| 11 | * $brcm_Revision: $ |
|---|
| 12 | * $brcm_Date: $ |
|---|
| 13 | * |
|---|
| 14 | * Module Description: |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | * $brcm_Log: $ |
|---|
| 19 | * |
|---|
| 20 | ***************************************************************************/ |
|---|
| 21 | #ifndef _BAVC_H__ |
|---|
| 22 | #define _BAVC_H__ |
|---|
| 23 | |
|---|
| 24 | #define BAVC_VideoCompressionStd_eMPEG2 NEXUS_VideoCodec_eMpeg2 |
|---|
| 25 | #define BAVC_VideoCompressionStd_eAVS NEXUS_VideoCodec_eAvs |
|---|
| 26 | #define BAVC_VideoCompressionStd_eH264 NEXUS_VideoCodec_eH264 |
|---|
| 27 | #define BAVC_VideoCompressionStd_eVC1 NEXUS_VideoCodec_eVc1SimpleMain |
|---|
| 28 | #define BAVC_VideoCompressionStd_eMPEG4Part2 NEXUS_VideoCodec_eMpeg4Part2 |
|---|
| 29 | |
|---|
| 30 | #define BAVC_AudioCompressionStd_eMpegL1 NEXUS_AudioCodec_eMpeg |
|---|
| 31 | #define BAVC_AudioCompressionStd_eAc3 NEXUS_AudioCodec_eAc3 |
|---|
| 32 | #define BAVC_AudioCompressionStd_eAc3Plus NEXUS_AudioCodec_eAc3Plus |
|---|
| 33 | |
|---|
| 34 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.