mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Another deprecated function
This commit is contained in:
parent
5a4eff9759
commit
1d21ad016e
@ -196,7 +196,7 @@ open_subfile(const SubfileInfo &info) {
|
|||||||
void FfmpegVirtualFile::
|
void FfmpegVirtualFile::
|
||||||
close() {
|
close() {
|
||||||
if (_format_context != NULL) {
|
if (_format_context != NULL) {
|
||||||
av_close_input_file(_format_context);
|
avformat_close_input(&_format_context);
|
||||||
_format_context = NULL;
|
_format_context = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user