lavf: Constify AVInputFormat pointer.

This commit is contained in:
Carl Eugen Hoyos
2019-03-20 18:52:38 +01:00
parent 9461e4bc69
commit 3aa6208db9
11 changed files with 36 additions and 27 deletions

View File

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