Home
last modified time | relevance | path

Searched refs:AV_LZO_ERROR (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlzo.c71 c->error |= AV_LZO_ERROR; in get_len()
157 c.error |= AV_LZO_ERROR; in av_lzo1x_decode()
178 c.error |= AV_LZO_ERROR; in av_lzo1x_decode()
Dlzo.h43 #define AV_LZO_ERROR 8 macro