X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggparsevp8.c;h=c534ab117d94e2aee590f03641681d5031aa83c4;hb=15f6e5f2a9568226a853880ab5f0d8e6e7d77544;hp=6716dd2f4580f4e06cefb8472df2c558528ecb3f;hpb=8c7932884d09bc580036640453fd6b7ad4dd77b4;p=ffmpeg diff --git a/libavformat/oggparsevp8.c b/libavformat/oggparsevp8.c index 6716dd2f458..c534ab117d9 100644 --- a/libavformat/oggparsevp8.c +++ b/libavformat/oggparsevp8.c @@ -84,7 +84,7 @@ static uint64_t vp8_gptopts(AVFormatContext *s, int idx, int invcnt = !((granule >> 30) & 3); // If page granule is that of an invisible vp8 frame, its pts will be - // that of the end of the next visible frame. We substract 1 for those + // that of the end of the next visible frame. We subtract 1 for those // to prevent messing up pts calculations. uint64_t pts = (granule >> 32) - invcnt; uint32_t dist = (granule >> 3) & 0x07ffffff;