Skip to content

Commit 61d1931

Browse files
tidelytwistedfall
authored andcommitted
nit
Result type doesn't need to be opencv::Result when we use a boxed error anyway
1 parent 8bb9f43 commit 61d1931

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/video_capture_http_stream.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use opencv::videoio::VideoCaptureTrait;
99
use opencv::core::{Mat, Vector};
1010
use opencv::imgcodecs::{imencode, IMWRITE_JPEG_QUALITY};
1111
use opencv::videoio::{VideoCapture, VideoCaptureTraitConst, CAP_ANY};
12-
use opencv::Result;
1312

1413
const BASE_RESPONSE: &[u8] = b"HTTP/1.1 200 OK\r\nContent-Type: multipart/x-mixed-replace; boundary=frame\r\n\r\n";
1514

0 commit comments

Comments
 (0)