[FFmpeg-cvslog] remove duplicated code

upsuper git at videolan.org
Tue Aug 14 19:02:08 CEST 2012


ffmpeg | branch: master | upsuper <quanxunzhen at gmail.com> | Tue Aug 14 23:10:45 2012 +0800| [068c8ce19c688a95c232e4ae27d3e4db4354320d] | committer: Michael Niedermayer

remove duplicated code

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=068c8ce19c688a95c232e4ae27d3e4db4354320d
---

 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 */



More information about the ffmpeg-cvslog mailing list