Browse Source

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

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
tags/n4.0
Rostislav Pehlivanov 8 years ago
parent
commit
7c6125cbcc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mpjpeg.c

+ 1
- 1
libavformat/mpjpeg.c View File

@@ -23,7 +23,7 @@

/* Multipart JPEG */

#define BOUNDARY_TAG "ffserver"
#define BOUNDARY_TAG "ffmpeg"

typedef struct MPJPEGContext {
AVClass *class;


Loading…
Cancel
Save