diff log.h @ 144:daeb1d7eec41 libavutil

make option field const
author bcoudurier
date Thu, 16 Nov 2006 00:29:15 +0000
parents d76a36742464
children dfd02ce85c5d
line wrap: on
line diff
--- a/log.h	Tue Nov 14 21:57:27 2006 +0000
+++ b/log.h	Thu Nov 16 00:29:15 2006 +0000
@@ -33,7 +33,7 @@
                                         or AVFormatContext, which begin with an AVClass.
                                         Needed because av_log is in libavcodec and has no visibility
                                         of AVIn/OutputFormat */
-    struct AVOption *option;
+    const struct AVOption *option;
 };
 
 /* av_log API */