[FFmpeg-devel] [PATCH 2/5] timecode: fix typo

Clément Bœsch ubitux at gmail.com
Sat Jan 14 15:28:55 CET 2012


On Sat, Jan 14, 2012 at 02:10:18PM +0100, Jean First wrote:
> 
> Signed-off-by: Jean First <jeanfirst at gmail.com>
> ---
>  libavcodec/timecode.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libavcodec/timecode.h b/libavcodec/timecode.h
> index ee03fda..bcfb0fa 100644
> --- a/libavcodec/timecode.h
> +++ b/libavcodec/timecode.h
> @@ -41,7 +41,7 @@ struct ff_timecode {
>      char *str;       ///< string following the hh:mm:ss[:;.]ff format
>      int start;       ///< timecode frame start
>      int drop;        ///< drop flag (1 if drop, else 0)
> -    AVRational rate; ///< Frame rate in rationnal form
> +    AVRational rate; ///< Frame rate in rational form
>  };
>  

OK, thanks.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120114/2344cc08/attachment.asc>


More information about the ffmpeg-devel mailing list