[FFmpeg-cvslog] Remove an unneeded include of avassert.h from amr.c.
Carl Eugen Hoyos
git at videolan.org
Thu Apr 10 01:34:16 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Apr 9 22:33:29 2014 +0200| [2a3ff9fbbacf1429cd5ba2d7604b823c8d16a34f] | committer: Carl Eugen Hoyos
Remove an unneeded include of avassert.h from amr.c.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a3ff9fbbacf1429cd5ba2d7604b823c8d16a34f
---
libavformat/amr.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/amr.c b/libavformat/amr.c
index db9bb4e..0d395c4 100644
--- a/libavformat/amr.c
+++ b/libavformat/amr.c
@@ -26,7 +26,6 @@ Only mono files are supported.
*/
-#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
More information about the ffmpeg-cvslog
mailing list