X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmpjpeg.c;h=80f83c58719d604936b5f3b702a2e037f1149fca;hb=c86490c49a3d0683b2f63338430a369c174e2bd5;hp=3904ccb2b43f3ebf8e701d61801cab42d8de1786;hpb=4aefe010e30861eb8cbe04aa47223bf64d207dce;p=ffmpeg diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c index 3904ccb2b43..80f83c58719 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;