changeset 7099:07172377ec9f libavcodec

Fix typo in libavcodec/opt.h.
author stefano
date Mon, 23 Jun 2008 19:47:10 +0000
parents f49a53051803
children a17b3a67a719
files opt.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;