[FFmpeg-devel] [PATCH] remove duplicated code
Xidorn Quan
quanxunzhen at gmail.com
Tue Aug 14 17:10:45 CEST 2012
From: upsuper <quanxunzhen at gmail.com>
---
libavcodec/version.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index ab10973..f2c5151 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -93,8 +93,4 @@
#define FF_API_VDA_ASYNC (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
-#ifndef FF_API_VDA_ASYNC
-#define FF_API_VDA_ASYNC (LIBAVCODEC_VERSION_MAJOR < 55)
-#endif
-
#endif /* AVCODEC_VERSION_H */
--
1.7.11.4
More information about the ffmpeg-devel
mailing list