Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 13, 2024
1 parent 548f171 commit 64f0e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ fn write_ffmpeg_input(
.concat();
write_bytes(ffmpeg_stdin, &end_nals).ok();

// NOTE(emilk): I've also tried writing `NalUnitType::AccessUnitDelimiter` here, but to no avail.

ffmpeg_stdin.flush().ok();

break;
Expand Down

0 comments on commit 64f0e02

Please sign in to comment.