Commit 7c6125cb authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag

Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 8788e82c
......@@ -23,7 +23,7 @@
/* Multipart JPEG */
#define BOUNDARY_TAG "ffserver"
#define BOUNDARY_TAG "ffmpeg"
typedef struct MPJPEGContext {
AVClass *class;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment