lavf: initialize demuxer private options.
This commit is contained in:
parent
6c117d43c9
commit
9749cdf775
1 changed files with 4 additions and 0 deletions
|
|
@ -424,6 +424,10 @@ int av_open_input_stream(AVFormatContext **ic_ptr,
|
|||
err = AVERROR(ENOMEM);
|
||||
goto fail;
|
||||
}
|
||||
if (fmt->priv_class) {
|
||||
*(const AVClass**)ic->priv_data = fmt->priv_class;
|
||||
av_opt_set_defaults(ic->priv_data);
|
||||
}
|
||||
} else {
|
||||
ic->priv_data = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue