diff avio.c @ 5987:d5672e116fe4 libavformat

Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
author michael
date Wed, 28 Apr 2010 20:00:23 +0000
parents c758fd290a6e
children 7fdda2416684
line wrap: on
line diff
--- a/avio.c	Wed Apr 28 07:57:07 2010 +0000
+++ b/avio.c	Wed Apr 28 20:00:23 2010 +0000
@@ -41,7 +41,7 @@
 }
 static const AVOption options[] = {{NULL}};
 static const AVClass urlcontext_class =
-        { "URLContext", urlcontext_to_name, options };
+        { "URLContext", urlcontext_to_name, options, LIBAVUTIL_VERSION_INT };
 /*@}*/
 #endif