demux_lavf: fix typo in comment

Pushed too early...
This commit is contained in:
wm4 2014-03-04 00:32:29 +01:00
parent 5606cf2948
commit 44fc61cec0
1 changed files with 1 additions and 1 deletions

View File

@ -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;