Changeset 35497 in vbox
- Timestamp:
- Jan 12, 2011 4:45:19 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevCodec.cpp
r35496 r35497 2131 2131 } 2132 2132 2133 static void mc_callback (void *opaque, int avail)2134 {2135 CODECState *pState = (CODECState *)opaque;2136 pState->pfnTransfer(pState, MC_INDEX, avail);2137 }2138 2139 2133 int codecConstruct(PPDMDEVINS pDevIns, CODECState *pState, ENMCODEC enmCodec) 2140 2134 {
Note:
See TracChangeset
for help on using the changeset viewer.