Changeset b593c2c4170ba63f2ee21a7a8414081a45235cc2
- Timestamp:
- 28/04/07 19:40:51
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1177782051 +0000
- git-parent:
[ffe6a9a6d6fb65848ef5db445a7e67a267b6efeb]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1177782051 +0000
- Message:
Bandwidth limit access filter
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9397093 |
rb593c2c |
|
| 1176 | 1176 | VLC_ADD_PLUGINS([access_directory access_file access_udp access_tcp]) |
|---|
| 1177 | 1177 | VLC_ADD_PLUGINS([access_http access_mms access_ftp]) |
|---|
| | 1178 | VLC_ADD_PLUGINS([access_filter_bandwidth]) |
|---|
| 1178 | 1179 | VLC_ADD_PLUGINS([packetizer_mpegvideo packetizer_h264]) |
|---|
| 1179 | 1180 | VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio]) |
|---|
| r2d6efe4 |
rb593c2c |
|
| 2 | 2 | SOURCES_access_filter_record = record.c |
|---|
| 3 | 3 | SOURCES_access_filter_dump = dump.c |
|---|
| | 4 | SOURCES_access_filter_bandwidth = bandwidth.c |
|---|