projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
[libav.git]
/
libavformat
/
avio.c
diff --git
a/libavformat/avio.c
b/libavformat/avio.c
index
3fb64d1
..
48399d0
100644
(file)
--- a/
libavformat/avio.c
+++ b/
libavformat/avio.c
@@
-41,7
+41,7
@@
static const char *urlcontext_to_name(void *ptr)
}
static const AVOption options[] = {{NULL}};
static const AVClass urlcontext_class =
- { "URLContext", urlcontext_to_name, options };
+ { "URLContext", urlcontext_to_name, options
, LIBAVUTIL_VERSION_INT
};
/*@}*/
#endif