[FFmpeg-cvslog] lavf/swf: remove unused assert include.

Clément Bœsch git at videolan.org
Sun May 26 15:55:30 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun May 26 15:48:12 2013 +0200| [477f4efd0f1ce4527940b5d9ac90aa31f4298282] | committer: Clément Bœsch

lavf/swf: remove unused assert include.

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

 libavformat/swf.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavformat/swf.h b/libavformat/swf.h
index b9722c1..c1667b3 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -120,9 +120,6 @@ enum {
 #define VIDEO_ID 0
 #define SHAPE_ID  1
 
-#undef NDEBUG
-#include <assert.h>
-
 typedef struct SWFContext {
     int64_t duration_pos;
     int64_t tag_pos;



More information about the ffmpeg-cvslog mailing list