1
0
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:
benjamin.drung@gmail.com
2014-05-31 14:01:57 +00:00
parent 3416b2a8c1
commit 4d4580a042
5 changed files with 12 additions and 32 deletions

View File

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