diff options
-rw-r--r-- | bv1/codec/src/lib.rs | 1 | ||||
-rwxr-xr-x | bv1/tools/d4k-dispd | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bv1/codec/src/lib.rs b/bv1/codec/src/lib.rs index da5c595..7041950 100644 --- a/bv1/codec/src/lib.rs +++ b/bv1/codec/src/lib.rs @@ -1,5 +1,4 @@ #![feature(portable_simd)] -#![feature(io_error_other)] pub mod debug; pub mod decode; diff --git a/bv1/tools/d4k-dispd b/bv1/tools/d4k-dispd index fbcbdd4..9ac3433 100755 --- a/bv1/tools/d4k-dispd +++ b/bv1/tools/d4k-dispd @@ -1,2 +1,2 @@ #!/bin/fish -cargo run --release -- -W 4096 -H 2160 decode --debug | ffplay -loglevel quiet -video_size 4096x2160 -pixel_format rgb24 -f rawvideo pipe:0
\ No newline at end of file +cargo run --release -- -W 4096 -H 2160 decode --debug | ffplay -loglevel quiet -video_size 4096x2160 -pixel_format rgb24 -f rawvideo pipe:0 |