[FFmpeg-cvslog] x86inc: Be more verbose in assertion failures

Henrik Gramner git at videolan.org
Wed Feb 3 18:08:16 CET 2016


ffmpeg | branch: master | Henrik Gramner <henrik at gramner.com> | Mon Jan 18 00:21:45 2016 +0100| [f60f06d9894b06d5371729c84f8fd7219909e2bf] | committer: Anton Khirnov

x86inc: Be more verbose in assertion failures

Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

 libavutil/x86/x86inc.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index afcd6b8..dabb6cc 100644
--- a/libavutil/x86/x86inc.asm
+++ b/libavutil/x86/x86inc.asm
@@ -295,7 +295,7 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
 
 %macro ASSERT 1
     %if (%1) == 0
-        %error assert failed
+        %error assertion ``%1'' failed
     %endif
 %endmacro
 



More information about the ffmpeg-cvslog mailing list