Changeset d1af4dc515e171d2c0d5ed68b3f948dd995c9bf8
- Timestamp:
- 01/29/08 19:09:59
(7 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1201630199 +0000
- git-parent:
[aeb9817eb91d9df6030c0b5f9cd6762cd97319e9]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1201630199 +0000
- Message:
Sync Multipart JPEG content-type with the one used in the MPJEG muxer
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
rd1af4dc |
|
| 210 | 210 | { ".jpeg", "image/jpeg" }, |
|---|
| 211 | 211 | { ".png", "image/png" }, |
|---|
| 212 | | { ".mpjpeg","multipart/x-mixed-replace; boundary=This Random String" }, |
|---|
| | 212 | /* same as modules/mux/mpjpeg.c here: */ |
|---|
| | 213 | { ".mpjpeg","multipart/x-mixed-replace; boundary=7b3cc56e5f51db803f790dad720ed50a" }, |
|---|
| 213 | 214 | |
|---|
| 214 | 215 | /* media mime */ |
|---|