Revision e74c01db libavformat/internal.h
libavformat/internal.h | ||
---|---|---|
97 | 97 |
* @return 0 in case of success, a negative value corresponding to an |
98 | 98 |
* AVERROR code otherwise |
99 | 99 |
*/ |
100 |
int ff_probe_input_buffer(ByteIOContext **pb, AVInputFormat **fmt,
|
|
100 |
int ff_probe_input_buffer(ByteIOContext *pb, AVInputFormat **fmt, |
|
101 | 101 |
const char *filename, void *logctx, |
102 | 102 |
unsigned int offset, unsigned int max_probe_size); |
103 | 103 |
|
Also available in: Unified diff