[FFmpeg-cvslog] libavutil: remove unused av_abort() macro
Mans Rullgard
git at videolan.org
Fri Aug 10 16:31:44 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Aug 8 22:58:07 2012 +0100| [54918d0394dda4fce52e7cddde0d35ff4e6add7e] | committer: Mans Rullgard
libavutil: remove unused av_abort() macro
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54918d0394dda4fce52e7cddde0d35ff4e6add7e
---
libavutil/internal.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavutil/internal.h b/libavutil/internal.h
index aa56c05..75c5156 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -56,10 +56,6 @@ struct AVDictionary {
# define INT_BIT (CHAR_BIT * sizeof(int))
#endif
-/* debug stuff */
-
-#define av_abort() do { av_log(NULL, AV_LOG_ERROR, "Abort at %s:%d\n", __FILE__, __LINE__); abort(); } while (0)
-
/* avoid usage of dangerous/inappropriate system functions */
#undef malloc
#define malloc please_use_av_malloc
More information about the ffmpeg-cvslog
mailing list