Skip to content

Commit aa0fd8b

Browse files
committed
chore: Bump h263-rs git ref to latest master
1 parent 880cd40 commit aa0fd8b

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

Cargo.lock

+14-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

render/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ wasm-bindgen = { workspace = true, optional = true }
2626
enum-map = { workspace = true }
2727
serde = { workspace = true, features = ["derive"], optional = true }
2828
clap = { workspace = true, optional = true }
29-
h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "07468962d9c57c0780f3e9abf046186f5be58a26"}
29+
h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "b3f905511acc7b80861dac45fdc5ca913b6029e5"}
3030
num-traits = { workspace = true }
3131
num-derive = { workspace = true }
3232
byteorder = "1.5"

video/software/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ thiserror = { workspace = true }
1919
flate2 = { workspace = true }
2020
log = { workspace = true }
2121

22-
h263-rs = { git = "https://github.com/ruffle-rs/h263-rs", rev = "07468962d9c57c0780f3e9abf046186f5be58a26", optional = true }
23-
h263-rs-deblock = { git = "https://github.com/ruffle-rs/h263-rs", rev = "07468962d9c57c0780f3e9abf046186f5be58a26", optional = true }
22+
h263-rs = { git = "https://github.com/ruffle-rs/h263-rs", rev = "b3f905511acc7b80861dac45fdc5ca913b6029e5", optional = true }
23+
h263-rs-deblock = { git = "https://github.com/ruffle-rs/h263-rs", rev = "b3f905511acc7b80861dac45fdc5ca913b6029e5", optional = true }
2424
nihav_core = { git = "https://github.com/ruffle-rs/nihav-vp6", rev = "83c7e1094d603d9fc1212d39d99abb17f3a3226b", optional = true }
2525
nihav_codec_support = { git = "https://github.com/ruffle-rs/nihav-vp6", rev = "83c7e1094d603d9fc1212d39d99abb17f3a3226b", optional = true }
2626
nihav_duck = { git = "https://github.com/ruffle-rs/nihav-vp6", rev = "83c7e1094d603d9fc1212d39d99abb17f3a3226b", optional = true }

0 commit comments

Comments
 (0)