X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpmpdec.c;fp=libavformat%2Fpmpdec.c;h=484be43ce91b6fed87349566c788863f0f12a842;hb=a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7;hp=6cdce107c4658d9471203681db9249d4a131a469;hpb=4a7af92cc80ced8498626401ed21f25ffe6740c8;p=ffmpeg diff --git a/libavformat/pmpdec.c b/libavformat/pmpdec.c index 6cdce107c46..484be43ce91 100644 --- a/libavformat/pmpdec.c +++ b/libavformat/pmpdec.c @@ -157,7 +157,7 @@ static int pmp_seek(AVFormatContext *s, int stream_idx, int64_t ts, int flags) { PMPContext *pmp = s->priv_data; pmp->cur_stream = 0; - // fallback to default seek now + // fall back on default seek now return -1; }