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

Rostislav Pehlivanov atomnuker at gmail.com
Sat Oct 21 21:54:39 EEST 2017


Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
---
 libavformat/mpjpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.15.0.rc1.287.g2b38de12cc



More information about the ffmpeg-devel mailing list