[FFmpeg-cvslog] atrac3: switch to av_assert

Michael Niedermayer git at videolan.org
Sun Jul 22 05:27:43 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jul 22 05:23:27 2012 +0200| [2f48dff4550e8224c7aae03525df273aaebce171] | committer: Michael Niedermayer

atrac3: switch to av_assert

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

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

 libavcodec/atrac3.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c
index 585b997..7bc344c 100644
--- a/libavcodec/atrac3.c
+++ b/libavcodec/atrac3.c
@@ -609,7 +609,7 @@ static void reverseMatrixing(float *su1, float *su2, int *pPrevCode, int *pCurrC
                 }
                 break;
             default:
-                assert(0);
+                av_assert1(0);
         }
     }
 }



More information about the ffmpeg-cvslog mailing list