Chromium Code Reviews| Index: patched-ffmpeg-mt/libavformat/internal.h |
| =================================================================== |
| --- patched-ffmpeg-mt/libavformat/internal.h (revision 41250) |
| +++ patched-ffmpeg-mt/libavformat/internal.h (working copy) |
| @@ -35,4 +35,6 @@ |
| void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt, |
| int (*compare)(AVFormatContext *, AVPacket *, AVPacket *)); |
| +void av_read_frame_flush(AVFormatContext *s); |
| + |
| #endif /* AVFORMAT_INTERNAL_H */ |