Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/seek_test.c')
-rw-r--r--tests/seek_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/seek_test.c b/tests/seek_test.c
index 088bbc8302..b4e0e419e0 100644
--- a/tests/seek_test.c
+++ b/tests/seek_test.c
@@ -50,7 +50,7 @@ int main(int argc, char **argv)
filename = argv[1];
/* allocate the media context */
- ic = av_alloc_format_context();
+ ic = avformat_alloc_context();
if (!ic) {
fprintf(stderr, "Memory error\n");
exit(1);