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

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
pull/303/head
Rostislav Pehlivanov 7 years ago
parent 8788e82c04
commit 7c6125cbcc
  1. 2
      libavformat/mpjpeg.c

@ -23,7 +23,7 @@
/* Multipart JPEG */
#define BOUNDARY_TAG "ffserver"
#define BOUNDARY_TAG "ffmpeg"
typedef struct MPJPEGContext {
AVClass *class;

Loading…
Cancel
Save