mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
8788e82c04
commit
7c6125cbcc
@ -23,7 +23,7 @@
|
||||
|
||||
/* Multipart JPEG */
|
||||
|
||||
#define BOUNDARY_TAG "ffserver"
|
||||
#define BOUNDARY_TAG "ffmpeg"
|
||||
|
||||
typedef struct MPJPEGContext {
|
||||
AVClass *class;
|
||||
|
Loading…
Reference in New Issue
Block a user