Lines Matching refs:AV_LOG_ERROR
53 av_log(avctx, AV_LOG_ERROR, "unsupported version\n"); in xwd_decode_frame()
58 av_log(avctx, AV_LOG_ERROR, "invalid header size\n"); in xwd_decode_frame()
95 av_log(avctx, AV_LOG_ERROR, "invalid pixmap format\n"); in xwd_decode_frame()
100 av_log(avctx, AV_LOG_ERROR, "invalid pixmap depth\n"); in xwd_decode_frame()
110 av_log(avctx, AV_LOG_ERROR, "invalid byte order\n"); in xwd_decode_frame()
115 av_log(avctx, AV_LOG_ERROR, "invalid bitmap bit order\n"); in xwd_decode_frame()
120 av_log(avctx, AV_LOG_ERROR, "invalid bitmap unit\n"); in xwd_decode_frame()
125 av_log(avctx, AV_LOG_ERROR, "invalid bitmap scan-line pad\n"); in xwd_decode_frame()
130 av_log(avctx, AV_LOG_ERROR, "invalid bits per pixel\n"); in xwd_decode_frame()
135 av_log(avctx, AV_LOG_ERROR, "invalid number of entries in colormap\n"); in xwd_decode_frame()
144 av_log(avctx, AV_LOG_ERROR, "invalid bytes per scan-line\n"); in xwd_decode_frame()
149 av_log(avctx, AV_LOG_ERROR, "input buffer too small\n"); in xwd_decode_frame()
203 av_log(avctx, AV_LOG_ERROR, "invalid visual class\n"); in xwd_decode_frame()