mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
FFmpeg: Replace long deprecated functions by current ones.
This commit is contained in:
@@ -197,7 +197,7 @@ bool ODFFmpegDecoder::SeekingAllowed()
|
||||
goto test_failed;
|
||||
}
|
||||
|
||||
err = av_find_stream_info(tempContext);
|
||||
err = avformat_find_stream_info(tempContext, NULL);
|
||||
if (err < 0)
|
||||
{
|
||||
goto test_failed;
|
||||
|
Reference in New Issue
Block a user