You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/* Multipart JPEG */
|
/* Multipart JPEG */
|
||||||
|
|
||||||
#define BOUNDARY_TAG "ffserver"
|
#define BOUNDARY_TAG "ffmpeg"
|
||||||
|
|
||||||
typedef struct MPJPEGContext {
|
typedef struct MPJPEGContext {
|
||||||
AVClass *class;
|
AVClass *class;
|
||||||
|
Reference in New Issue
Block a user