diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-10-21 19:52:04 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-01-06 18:37:35 +0000 |
commit | 7c6125cbcc6e805711feff9cbf35329adcb6e313 (patch) | |
tree | f62f5d9925c6ecda98f15e93619a86fcdfd4c1aa | |
parent | 8788e82c04fee409d6b56751a0925d4ee17d2f68 (diff) | |
download | ffmpeg-7c6125cbcc6e805711feff9cbf35329adcb6e313.tar.gz |
libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-rw-r--r-- | libavformat/mpjpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |