Searched refs:get_strl (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rmdec.c | 69 static inline void get_strl(AVIOContext *pb, char *buf, int buf_size, int len) in get_strl() function 79 get_strl(pb, buf, buf_size, avio_r8(pb)); in get_str8() 99 get_strl(pb, buf, sizeof(buf), len); in rm_read_metadata() 371 case 2: get_strl(pb, val, sizeof(val), avio_rb16(pb)); in ff_rm_read_mdpr_codecdata()
|
Completed in 4 milliseconds