From 7c6125cbcc6e805711feff9cbf35329adcb6e313 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sat, 21 Oct 2017 19:52:04 +0100 Subject: libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag Signed-off-by: Rostislav Pehlivanov --- libavformat/mpjpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mpjpeg.c') 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; -- cgit v1.2.3