]> git.sesse.net Git - nageru/blobdiff - nageru/ffmpeg_capture.cpp
Fix the wording of a warning.
[nageru] / 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;