Changeset 11f3f9b07b865299ef0221799be7dde3d3627ec3
- Timestamp:
- 20/08/06 23:10:17
(2 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1156108217 +0000
- git-parent:
[352b5f932f4c6b66a2c0a0b57e749cd6be7f44ee]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1156108217 +0000
- Message:
enable plugin mono audio filter 2
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra4697ff |
r11f3f9b |
|
| 1124 | 1124 | VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec dvbsub mpeg_audio lpcm a52 dts cinepak flacdec]) |
|---|
| 1125 | 1125 | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32]) |
|---|
| 1126 | | VLC_ADD_PLUGINS([fixed32tos16 s16tofixed32 u8tofixed32]) |
|---|
| | 1126 | VLC_ADD_PLUGINS([fixed32tos16 s16tofixed32 u8tofixed32 mono]) |
|---|
| 1127 | 1127 | VLC_ADD_PLUGINS([trivial_resampler ugly_resampler]) |
|---|
| 1128 | 1128 | VLC_ADD_PLUGINS([trivial_channel_mixer trivial_mixer]) |
|---|