]> git.sesse.net Git - ffmpeg/commitdiff
Fix typo in libavcodec/opt.h.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 23 Jun 2008 19:47:10 +0000 (19:47 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 23 Jun 2008 19:47:10 +0000 (19:47 +0000)
Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/opt.h

index 1fecb51098e2d24876f85a95abb166dab305160b..2128a712b2ee3604f9c66657b6870a3fc661f63c 100644 (file)
@@ -55,7 +55,7 @@ typedef struct AVOption {
 
     /**
      * The offset relative to the context structure where the option
-     * value is stored. It should be 0 for named constant.
+     * value is stored. It should be 0 for named constants.
      */
     int offset;
     enum AVOptionType type;