X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnuv.c;h=e48c85a789f9998eddff50143b1a8a7364fa213f;hb=31dfe20dd2fe16c2a3a6816d140b8a32dbdc06ba;hp=7c96f05217b0e00b4da013d794e825833bb834c6;hpb=2af8f2cea6c94eba3a15820194cb7374b366976a;p=ffmpeg diff --git a/libavformat/nuv.c b/libavformat/nuv.c index 7c96f05217b..e48c85a789f 100644 --- a/libavformat/nuv.c +++ b/libavformat/nuv.c @@ -277,7 +277,7 @@ static int nuv_resync(AVFormatContext *s, int64_t pos_limit) { /** * \brief attempts to read a timestamp from stream at the given stream position - * \return timestamp if successfull and AV_NOPTS_VALUE if failure + * \return timestamp if successful and AV_NOPTS_VALUE if failure */ static int64_t nuv_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) @@ -341,5 +341,5 @@ AVInputFormat ff_nuv_demuxer = { .read_header = nuv_header, .read_packet = nuv_packet, .read_timestamp = nuv_read_dts, - .flags = AVFMT_GENERIC_INDEX, + .flags = AVFMT_GENERIC_INDEX, };