Revision e2eb0f52 tests/seek_test.c
tests/seek_test.c | ||
---|---|---|
23 | 23 |
#include <stdlib.h> |
24 | 24 |
#include <stdio.h> |
25 | 25 |
|
26 |
#include "libavutil/common.h" |
|
26 | 27 |
#include "libavformat/avformat.h" |
27 | 28 |
|
28 | 29 |
#undef exit |
... | ... | |
70 | 71 |
|
71 | 72 |
for(i=0; ; i++){ |
72 | 73 |
AVPacket pkt; |
73 |
AVStream *st;
|
|
74 |
AVStream *av_uninit(st);
|
|
74 | 75 |
|
75 | 76 |
memset(&pkt, 0, sizeof(pkt)); |
76 | 77 |
if(ret>=0){ |
Also available in: Unified diff