Lines Matching refs:AV_LOG_ERROR
50 av_log(NULL, AV_LOG_ERROR, "Can't open file\n"); in video_decode_example()
56 av_log(NULL, AV_LOG_ERROR, "Can't get stream info\n"); in video_decode_example()
62 av_log(NULL, AV_LOG_ERROR, "Can't find video stream in input file\n"); in video_decode_example()
70 av_log(NULL, AV_LOG_ERROR, "Can't find decoder\n"); in video_decode_example()
76 av_log(NULL, AV_LOG_ERROR, "Can't allocate decoder context\n"); in video_decode_example()
82 av_log(NULL, AV_LOG_ERROR, "Can't copy decoder context\n"); in video_decode_example()
88 av_log(ctx, AV_LOG_ERROR, "Can't open decoder\n"); in video_decode_example()
94 av_log(NULL, AV_LOG_ERROR, "Can't allocate frame\n"); in video_decode_example()
100 av_log(NULL, AV_LOG_ERROR, "Cannot allocate packet\n"); in video_decode_example()
107 av_log(NULL, AV_LOG_ERROR, "Can't allocate buffer\n"); in video_decode_example()
132 av_log(NULL, AV_LOG_ERROR, "Error submitting a packet for decoding\n"); in video_decode_example()
144 av_log(NULL, AV_LOG_ERROR, "Error decoding frame\n"); in video_decode_example()
152 av_log(NULL, AV_LOG_ERROR, "Can't copy image to buffer\n"); in video_decode_example()
178 av_log(NULL, AV_LOG_ERROR, "Incorrect input\n"); in main()