summaryrefslogtreecommitdiffstats
path: root/libavcodec/realtextdec.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-07-19 21:16:11 +0200
committerClément Bœsch <ubitux@gmail.com>2012-07-26 22:22:49 +0200
commit2755abff3ea096184849a80aa751e16bc6911676 (patch)
tree67bfc306b5e60341764a6ead37268df012250a88 /libavcodec/realtextdec.c
parent7333798c85837f1cf175f39bc4acb5664fa6cacc (diff)
downloadffmpeg-streaming-2755abff3ea096184849a80aa751e16bc6911676.zip
ffmpeg-streaming-2755abff3ea096184849a80aa751e16bc6911676.tar.gz
lavc/rt: small wording fix in a comment.
Diffstat (limited to 'libavcodec/realtextdec.c')
-rw-r--r--libavcodec/realtextdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/realtextdec.c b/libavcodec/realtextdec.c
index d2ac0cd..01f8b28 100644
--- a/libavcodec/realtextdec.c
+++ b/libavcodec/realtextdec.c
@@ -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;
OpenPOWER on IntegriCloud