Revision 8e2fd8e1 tests/seek_test.c
tests/seek_test.c | ||
---|---|---|
50 | 50 |
filename = argv[1]; |
51 | 51 |
|
52 | 52 |
/* allocate the media context */ |
53 |
ic = av_alloc_format_context();
|
|
53 |
ic = avformat_alloc_context();
|
|
54 | 54 |
if (!ic) { |
55 | 55 |
fprintf(stderr, "Memory error\n"); |
56 | 56 |
exit(1); |
Also available in: Unified diff