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 1fecb51..2128a71 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;