mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
lavc/rt: small wording fix in a comment.
This commit is contained in:
parent
7333798c85
commit
2755abff3e
@ -65,7 +65,7 @@ static int realtext_decode_frame(AVCodecContext *avctx,
|
||||
|
||||
av_bprint_init(&buf, 0, 4096);
|
||||
// note: no need to rescale pts & duration since they are in the same
|
||||
// timebase than ASS (1/100)
|
||||
// timebase as ASS (1/100)
|
||||
if (ptr && avpkt->size > 0 && !rt_event_to_ass(&buf, ptr))
|
||||
ff_ass_add_rect(sub, buf.str, avpkt->pts, avpkt->duration, 0);
|
||||
*got_sub_ptr = sub->num_rects > 0;
|
||||
|
Loading…
Reference in New Issue
Block a user