blob: 0650acbb9a0dc5ff60ed9366d8f0b23a25252681 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- libdc1394-2.0.0-pre5/libdc1394/dc1394_control.c.orig 2006-02-07 15:08:02.000000000 -0500
+++ libdc1394-2.0.0-pre5/libdc1394/dc1394_control.c 2006-02-07 15:29:26.000000000 -0500
@@ -1207,6 +1207,8 @@ dc1394_video_set_iso_channel_and_speed(d
DC1394_ERR_CHK(err, "Could not set ISO data register");
}
+ if (err == DC1394_SUCCESS)
+ camera->iso_channel = channel;
return err;;
}
|