MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / check_pixel

Function check_pixel

libavcodec/vb.c:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static inline int check_pixel(uint8_t *buf, uint8_t *start, uint8_t *end)
80{
81 return buf >= start && buf < end;
82}
83
84static inline int check_line(uint8_t *buf, uint8_t *start, uint8_t *end)
85{

Callers 1

vb_decode_framedataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected