X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmpjpeg.c;h=80f83c58719d604936b5f3b702a2e037f1149fca;hb=5b36379eb6eb0dfbc7e0b68a278eea2ce65f9147;hp=3904ccb2b43f3ebf8e701d61801cab42d8de1786;hpb=7a10541109cc04ffddc15f0749139aab80f56ebf;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;