Преглед на файлове

Don't call libmegapixels_open twice in a row in io_pipeline

Kristian Vos преди 5 месеца
родител
ревизия
197017c86d
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/io_pipeline.c

+ 0 - 1
src/io_pipeline.c

@@ -577,7 +577,6 @@ update_state(MPPipeline *pipeline, const mp_state_io *new_state)
 
                 state_io.camera = new_state->camera;
                 if (state_io.camera) {
-                        libmegapixels_open(state_io.camera);
                         mpcamera = mp_camera_new(state_io.camera);
                         state_io.mode_preview = NULL;
                         state_io.mode_capture = NULL;