[FFmpeg-cvslog] lavfi/version: remove unused dropped symbol
Stefano Sabatini
git at videolan.org
Sat Dec 8 16:06:50 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Dec 8 16:02:54 2012 +0100| [5825e9425ba9c7d4bed785572c4ad0fd0fde6cad] | committer: Stefano Sabatini
lavfi/version: remove unused dropped symbol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5825e9425ba9c7d4bed785572c4ad0fd0fde6cad
---
libavfilter/version.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavfilter/version.h b/libavfilter/version.h
index ed17978..bdd29f4 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -48,9 +48,6 @@
* the public API and may change, break or disappear at any time.
*/
-#ifndef FF_API_OLD_ALL_FORMATS_API
-#define FF_API_OLD_ALL_FORMATS_API (LIBAVFILTER_VERSION_MAJOR < 3)
-#endif
#ifndef FF_API_AVFILTERPAD_PUBLIC
#define FF_API_AVFILTERPAD_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 4)
#endif
More information about the ffmpeg-cvslog
mailing list