[FFmpeg-devel] [PATCH 1/3] libavutil: av_parse_time: Fix typo in doc

Alexander Strasser eclipse7 at gmx.net
Sat Aug 15 00:52:10 CEST 2015


On 2015-08-14 16:59 -0400, Ganesh Ajjanagadde wrote:
> On Fri, Aug 14, 2015 at 4:45 PM, Alexander Strasser <eclipse7 at gmx.net> wrote:
> > Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
> > ---
> >  libavutil/parseutils.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavutil/parseutils.h b/libavutil/parseutils.h
> > index e66d24b..b04aa89 100644
> > --- a/libavutil/parseutils.h
> > +++ b/libavutil/parseutils.h
> > @@ -112,7 +112,7 @@ int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen,
> >  const char *av_get_known_color_name(int color_idx, const uint8_t **rgb);
> >
> >  /**
> > - * Parse timestr and return in *time a corresponding number of
> > + * Parse timestr and return in *timeval a corresponding number of
> >   * microseconds.
> 
> Ok, but this is not complete, see nearby line:
> "If timestr cannot be successfully parsed, set *time..." - this should
> also be changed

  Good catch!
  
  Changed locally. Did you spot more than that one additional occurrence.


  Alexander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150815/6a4a02ed/attachment.sig>


More information about the ffmpeg-devel mailing list