Browse Source

lavf/mpjpegdec: Mark local variable static

tags/n4.1
Mark Thompson 7 years ago
parent
commit
e7c0b44e74
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mpjpegdec.c

+ 1
- 1
libavformat/mpjpegdec.c View File

@@ -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 }
};


Loading…
Cancel
Save