|
|
@ -516,4 +516,10 @@ int ff_copy_whitelists(AVFormatContext *dst, AVFormatContext *src); |
|
|
|
int ffio_open2_wrapper(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags, |
|
|
|
int ffio_open2_wrapper(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags, |
|
|
|
const AVIOInterruptCB *int_cb, AVDictionary **options); |
|
|
|
const AVIOInterruptCB *int_cb, AVDictionary **options); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Returned by demuxers to indicate that data was consumed but discarded |
|
|
|
|
|
|
|
* (ignored streams or junk data). The framework will re-call the demuxer. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
#define FFERROR_REDO FFERRTAG('R','E','D','O') |
|
|
|
|
|
|
|
|
|
|
|
#endif /* AVFORMAT_INTERNAL_H */ |
|
|
|
#endif /* AVFORMAT_INTERNAL_H */ |
|
|
|