| 120 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA |
| 121 | |
| 122 | static av_always_inline int ff_guidcmp(const void *g1, const void *g2) |
| 123 | { |
| 124 | return memcmp(g1, g2, sizeof(ff_asf_guid)); |
| 125 | } |
| 126 | |
| 127 | int ff_get_guid(AVIOContext *s, ff_asf_guid *g); |
| 128 | void ff_put_guid(AVIOContext *s, const ff_asf_guid *g); |
no outgoing calls
no test coverage detected