12345678910111213141516171819202122232425262728 |
- #ifndef AVDEVICE_INTERNAL_H
- #define AVDEVICE_INTERNAL_H
- #include "libavformat/avformat.h"
- av_warn_unused_result
- int ff_alloc_input_device_context(struct AVFormatContext **avctx, struct AVInputFormat *iformat,
- const char *format);
- #endif
|