From a33a6eb2ceeda1dddb0a63f516365b09d44f5dcf Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 23 Jun 2008 19:47:10 +0000 Subject: Fix typo in libavcodec/opt.h. Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 1fecb51098..2128a712b2 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -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; -- cgit v1.2.3