[FFmpeg-devel] [PATCH 15/16] lavf: postpone FF_API_OLD_AVIO cruft	removal until major 54
    Anton Khirnov 
    anton
       
    Thu Feb  3 16:36:42 CET 2011
    
    
  
Those changes were done quite recently and the rest of avio still needs
to get proper prefixes.
---
 libavformat/version.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/version.h b/libavformat/version.h
index 39f7d1d..5115ace 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -48,7 +48,7 @@
 #define FF_API_READ_SEEK               (LIBAVFORMAT_VERSION_MAJOR < 54)
 #endif
 #ifndef FF_API_OLD_AVIO
-#define FF_API_OLD_AVIO                (LIBAVFORMAT_VERSION_MAJOR < 53)
+#define FF_API_OLD_AVIO                (LIBAVFORMAT_VERSION_MAJOR < 54)
 #endif
 
 #endif //AVFORMAT_VERSION_H
-- 
1.7.2.3
    
    
More information about the ffmpeg-devel
mailing list