Skip to content

Commit 030339a

Browse files
committed
ES module: Clippy changes
1 parent 0a9c071 commit 030339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/es/gop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ unsafe fn gop_header(
186186
if ccx_options.use_gop_as_pts == 1 {
187187
ccxr_set_current_pts(
188188
dec_ctx.timing,
189-
(gtc.timestamp.millis() as i32 * (MPEG_CLOCK_FREQ as i32 / 1000)) as _,
189+
(gtc.timestamp.millis() as i32 * (MPEG_CLOCK_FREQ / 1000)) as _,
190190
);
191191
(*dec_ctx.timing).current_tref = 0;
192192
frames_since_ref_time = 0;

0 commit comments

Comments
 (0)