]> git.sesse.net Git - nageru/commitdiff
Fix the wording of a warning.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 31 Jul 2019 17:44:53 +0000 (19:44 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 8 Aug 2019 22:38:20 +0000 (00:38 +0200)
nageru/ffmpeg_capture.cpp

index 17448c4714fbde80e33f1a4420b36bc7304791ac..b9eb982008f166fbc7cab97b0e3acc990ee19340 100644 (file)
@@ -191,7 +191,7 @@ YCbCrFormat decode_ycbcr_format(const AVPixFmtDescriptor *desc, const AVFrame *f
                format.cb_y_position = 1.0;
                break;
        default:
-               fprintf(stderr, "Unknown chroma location coefficient enum %d from FFmpeg; choosing Rec. 709.\n",
+               fprintf(stderr, "Unknown chroma location coefficient enum %d from FFmpeg; choosing center.\n",
                        frame->chroma_location);
                format.cb_x_position = 0.5;
                format.cb_y_position = 0.5;