# HG changeset patch # User benoit # Date 1208417910 0 # Node ID b3b9616561cce4dd534651dd4bdf85971ed288c3 # Parent 74bbf65fd0cd8d7e5ac9673c30159a7ccc84cb0b fix a typo diff -r 74bbf65fd0cd -r b3b9616561cc avcodec.h --- a/avcodec.h Thu Apr 17 07:37:02 2008 +0000 +++ b/avcodec.h Thu Apr 17 07:38:30 2008 +0000 @@ -2239,7 +2239,7 @@ */ void (*flush)(AVCodecContext *); const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0} - const enum PixelFormat *pix_fmts; ///< array of supported pixel formats, or NULL if unknown, array is terminanted by -1 + const enum PixelFormat *pix_fmts; ///< array of supported pixel formats, or NULL if unknown, array is terminated by -1 const char *long_name; ///< descriptive name for the codec, meant to be more human readable than \p name } AVCodec;