summaryrefslogtreecommitdiffstats
path: root/libavformat/mpjpeg.c
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-10-21 19:52:04 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2018-01-06 18:37:35 +0000
commit7c6125cbcc6e805711feff9cbf35329adcb6e313 (patch)
treef62f5d9925c6ecda98f15e93619a86fcdfd4c1aa /libavformat/mpjpeg.c
parent8788e82c04fee409d6b56751a0925d4ee17d2f68 (diff)
downloadffmpeg-streaming-7c6125cbcc6e805711feff9cbf35329adcb6e313.zip
ffmpeg-streaming-7c6125cbcc6e805711feff9cbf35329adcb6e313.tar.gz
libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavformat/mpjpeg.c')
-rw-r--r--libavformat/mpjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c
index 3904ccb..80f83c5 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;
OpenPOWER on IntegriCloud