diff opt.h @ 7099:07172377ec9f libavcodec

Fix typo in libavcodec/opt.h.
author stefano
date Mon, 23 Jun 2008 19:47:10 +0000
parents 18279e49cd4a
children 4a635a1859f0
line wrap: on
line diff
--- a/opt.h	Mon Jun 23 07:33:15 2008 +0000
+++ b/opt.h	Mon Jun 23 19:47:10 2008 +0000
@@ -55,7 +55,7 @@
 
     /**
      * 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;