This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
tags/n4.0
Rostislav Pehlivanov
8 years ago
parent
8788e82c04
commit
7c6125cbcc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/mpjpeg.c
+ 1
- 1
libavformat/mpjpeg.c
View File
@@ -23,7 +23,7 @@
/* Multipart JPEG */
#define BOUNDARY_TAG "ff
server
"
#define BOUNDARY_TAG "ff
mpeg
"
typedef struct MPJPEGContext {
AVClass *class;
Write
Preview
Loading…
Cancel
Save