X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmpjpegdec.c;h=64d880a9812aac60e881fb7c2a9a2b253bd48127;hb=9d4829f3c9152c98b9235346fae553295683bcee;hp=83aa70d0c9726324e64aea8a68eb58d887efb241;hpb=7e3c4d029b8ecf17f3ae17ad6861730a9393ef09;p=ffmpeg diff --git a/libavformat/mpjpegdec.c b/libavformat/mpjpegdec.c index 83aa70d0c97..64d880a9812 100644 --- a/libavformat/mpjpegdec.c +++ b/libavformat/mpjpegdec.c @@ -375,7 +375,7 @@ static int mpjpeg_read_packet(AVFormatContext *s, AVPacket *pkt) #define OFFSET(x) offsetof(MPJPEGDemuxContext, x) #define DEC AV_OPT_FLAG_DECODING_PARAM -const AVOption mpjpeg_options[] = { +static const AVOption mpjpeg_options[] = { { "strict_mime_boundary", "require MIME boundaries match", OFFSET(strict_mime_boundary), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, DEC }, { NULL } };