From 44fc61cec0be8f3238761b11e32de43edff0996a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 4 Mar 2014 00:32:29 +0100 Subject: demux_lavf: fix typo in comment Pushed too early... --- demux/demux_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c index cc503383ea..b781971669 100644 --- a/demux/demux_lavf.c +++ b/demux/demux_lavf.c @@ -468,7 +468,7 @@ static void handle_stream(demuxer_t *demuxer, int i) if (r.num < 1 || r.den < 1) sh_sub->frame_based = av_q2d(av_inv_q(codec->time_base)); } else { - // Older libavcodec versions. If the FPS matches the microdvd + // Older libavformat versions. If the FPS matches the microdvd // reader's default, assume it uses frame based timing. if (codec->time_base.num == 125 && codec->time_base.den == 2997) sh_sub->frame_based = 23.976; -- cgit v1.2.3