summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-10-13 19:19:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-10-13 19:19:07 +0000
commit03bb9ae58c8fe4b7cb0bd478e48a436305ef2ebc (patch)
treed010c7036b46dfc67d6816c681b8d67db77837da /libavformat
parent12b6992b6f25073b32773f344cb34e4864508858 (diff)
10l CODEC vs. FORMAT
Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 74b9647283..29b09cf3f3 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -344,7 +344,7 @@ static const AVOption options[]={
static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options };
-#if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0)
+#if LIBAVFORMAT_VERSION_INT >= ((51<<16)+(0<<8)+0)
static
#endif
void avformat_get_context_defaults(AVFormatContext *s){