diff avformat.h @ 549:4623f54c98bb libavformat

* fixing a few of gcc 'clean-code' warnings
author kabi
date Wed, 06 Oct 2004 08:50:46 +0000
parents be81a0f1974d
children ef359bf133cc
line wrap: on
line diff
--- a/avformat.h	Sun Oct 03 18:21:45 2004 +0000
+++ b/avformat.h	Wed Oct 06 08:50:46 2004 +0000
@@ -251,7 +251,7 @@
 
 /* format I/O context */
 typedef struct AVFormatContext {
-    AVClass *av_class; /* set by av_alloc_format_context */
+    const AVClass *av_class; /* set by av_alloc_format_context */
     /* can only be iformat or oformat, not both at the same time */
     struct AVInputFormat *iformat;
     struct AVOutputFormat *oformat;