Revision e16c73e6
libavformat/internal.h | ||
---|---|---|
35 | 35 |
void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt, |
36 | 36 |
int (*compare)(AVFormatContext *, AVPacket *, AVPacket *)); |
37 | 37 |
|
38 |
void av_read_frame_flush(AVFormatContext *s); |
|
39 |
|
|
38 | 40 |
#endif /* AVFORMAT_INTERNAL_H */ |
libavformat/seek.c | ||
---|---|---|
25 | 25 |
|
26 | 26 |
// NOTE: implementation should be moved here in another patch, to keep patches |
27 | 27 |
// separated. |
28 |
extern void av_read_frame_flush(AVFormatContext *s); |
|
29 | 28 |
|
30 | 29 |
/** |
31 | 30 |
* helper structure describing keyframe search state of one stream |
Also available in: Unified diff