Commit 72bebdf0 authored by Rémi Duraffort's avatar Rémi Duraffort

avformat: fix typo.

(cherry picked from commit a1299460d79912a58f4d0c1743f76ed931ec3073)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 3f33df20
......@@ -641,7 +641,7 @@ static block_t *BuildSsaFrame( const AVPacket *p_pkt, unsigned i_order )
block_t *p_frame = block_heap_Alloc( p, p, strlen(p) + 1 );
if( p_frame )
p_frame->i_length = CLOCK_FREQ * ((h1 - h1) * 3600 +
p_frame->i_length = CLOCK_FREQ * ((h1-h0) * 3600 +
(m1-m0) * 60 +
(s1-s0) * 1) +
CLOCK_FREQ * (c1-c0) / 100;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment