summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-20 18:52:38 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-20 18:52:38 +0100
commit3aa6208db9666c0f1351855262d8c839002d9de1 (patch)
treee65953de8f56fdb4f063173435599d052926effc /libavformat/mpeg.c
parent9461e4bc694b8d95d4224226b9781f8166d969b1 (diff)
lavf: Constify AVInputFormat pointer.
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r--libavformat/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index c147fa72ed..9efe1bf253 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -722,7 +722,7 @@ static int vobsub_read_header(AVFormatContext *s)
int stream_id = -1;
char id[64] = {0};
char alt[MAX_LINE_SIZE] = {0};
- AVInputFormat *iformat;
+ ff_const59 AVInputFormat *iformat;
if (!vobsub->sub_name) {
char *ext;