git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3783d
)
libavutil: remove unused av_abort() macro
author
Mans Rullgard
<mans@mansr.com>
Wed, 8 Aug 2012 21:58:07 +0000
(22:58 +0100)
committer
Mans Rullgard
<mans@mansr.com>
Thu, 9 Aug 2012 19:52:39 +0000
(20:52 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/internal.h
patch
|
blob
|
history
diff --git
a/libavutil/internal.h
b/libavutil/internal.h
index
aa56c05
..
75c5156
100644
(file)
--- 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