| 76 | } |
| 77 | |
| 78 | static void get_str8(AVIOContext *pb, char *buf, int buf_size) |
| 79 | { |
| 80 | get_strl(pb, buf, buf_size, avio_r8(pb)); |
| 81 | } |
| 82 | |
| 83 | static int rm_read_extradata(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, unsigned size) |
| 84 | { |
no test coverage detected