X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmxfdec.c;h=40b4d79996de4ecda589ad3a4de8f822e8fae83e;hb=4b150fbe1f3905f8245f63d74ff72f2ef92d9717;hp=f1495e6e4115232af30119dcca441a2cd4a66af3;hpb=f1a3677c0f31225260cdcd75146b87f8ff47c9b9;p=ffmpeg diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index f1495e6e411..40b4d79996d 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -2608,7 +2608,7 @@ static int mxf_handle_missing_index_segment(MXFContext *mxf) if (mxf->op != OPAtom) return 0; - /* TODO: support raw video without a index if they exist */ + /* TODO: support raw video without an index if they exist */ if (s->nb_streams != 1 || s->streams[0]->codec->codec_type != AVMEDIA_TYPE_AUDIO || !is_pcm(s->streams[0]->codec->codec_id)) return 0;