dcraw reset, ffmpeg+filejpeg+filesndfile fixes, vdevicex11 rework, bcbitmap fix,...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcbitmap.h
index 2d3c201a85faa2932e2041fd55512d2ca8e1af25..7d1e37a2cc406fd35f3d60c8830d841bef474643 100644 (file)
@@ -245,7 +245,7 @@ public:
        int hardware_scaling() {
                return xv_portid < 0 ? 0 :
                        (get_color_model() == BC_YUV420P ||
-                       get_color_model() == BC_YUV422P ||
+       //              get_color_model() == BC_YUV422P ||  not in bc_to_x
                        get_color_model() == BC_YUV422) ? 1 : 0;
        }
        int get_w() { return w; }