]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g2meet.c
avfilter/setpts: add FR shorthand for FRAME_RATE
[ffmpeg] / libavcodec / g2meet.c
index 2cf708a4f0d29099c2b2b6d3a5709da6186cdcfe..a1dec8d823d95f6a0c54ccc0afac8120ddcd34f4 100644 (file)
@@ -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;
     }