diff mbox

[FFmpeg-devel,6/6] libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag

Message ID 20171021185439.30693-7-atomnuker@gmail.com
State Accepted
Commit 7c6125cbcc6e805711feff9cbf35329adcb6e313
Headers show

Commit Message

Rostislav Pehlivanov Oct. 21, 2017, 6:54 p.m. UTC
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
---
 libavformat/mpjpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c
index 3904ccb2b4..80f83c5871 100644
--- a/libavformat/mpjpeg.c
+++ b/libavformat/mpjpeg.c
@@ -23,7 +23,7 @@ 
 
 /* Multipart JPEG */
 
-#define BOUNDARY_TAG "ffserver"
+#define BOUNDARY_TAG "ffmpeg"
 
 typedef struct MPJPEGContext {
     AVClass *class;