]> git.sesse.net Git - ffmpeg/commitdiff
libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag
authorRostislav Pehlivanov <atomnuker@gmail.com>
Sat, 21 Oct 2017 18:52:04 +0000 (19:52 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Sat, 6 Jan 2018 18:37:35 +0000 (18:37 +0000)
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavformat/mpjpeg.c

index 3904ccb2b43f3ebf8e701d61801cab42d8de1786..80f83c58719d604936b5f3b702a2e037f1149fca 100644 (file)
@@ -23,7 +23,7 @@
 
 /* Multipart JPEG */
 
-#define BOUNDARY_TAG "ffserver"
+#define BOUNDARY_TAG "ffmpeg"
 
 typedef struct MPJPEGContext {
     AVClass *class;