X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fg2meet.c;h=a1dec8d823d95f6a0c54ccc0afac8120ddcd34f4;hb=c71e1e60305669c225c696dd99f6db5dc550a56a;hp=2cf708a4f0d29099c2b2b6d3a5709da6186cdcfe;hpb=4dd2c8b9ea46b4e008a8bfc2077834428cd5a17c;p=ffmpeg diff --git a/libavcodec/g2meet.c b/libavcodec/g2meet.c index 2cf708a4f0d..a1dec8d823d 100644 --- a/libavcodec/g2meet.c +++ b/libavcodec/g2meet.c @@ -557,7 +557,7 @@ static uint32_t epic_decode_pixel_pred(ePICContext *dc, int x, int y, } if (R<0 || G<0 || B<0 || R > 255 || G > 255 || B > 255) { - av_log(NULL, AV_LOG_ERROR, "RGB %d %d %d is out of range\n", R, G, B); + avpriv_request_sample(NULL, "RGB %d %d %d is out of range\n", R, G, B); return 0; }