Searched refs:asf_read_stream_properties (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | asfdec_o.c | 74 int index; // stream index in AVFormatContext, set in asf_read_stream_properties 604 static int asf_read_stream_properties(AVFormatContext *s, const GUIDParseTable *g) in asf_read_stream_properties() function 912 { "Stream Properties", { 0xB7, 0xDC, 0x07, 0x91, 0xA9, 0xB7, 0x11, 0xCF, 0x8E, 0xE6, 0x00, 0xC0, 0x0C, 0x20, 0x53, 0x65 }, asf_read_stream_properties, 1 },
|
H A D | asfdec_f.c | 298 static int asf_read_stream_properties(AVFormatContext *s, int64_t size) in asf_read_stream_properties() function 731 ret = asf_read_stream_properties(s, gsize); in asf_read_header()
|
Completed in 6 milliseconds