[FFmpeg-cvslog] avcodec/put_bits: remove unneeded #include, there are no assert()

Paul B Mahol git at videolan.org
Sun Feb 1 12:33:26 CET 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Jan 31 09:13:37 2015 +0000| [01a3c5dae0e07d81672839caac5b5bb2a7fc74fb] | committer: Paul B Mahol

avcodec/put_bits:  remove unneeded #include, there are no assert()

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 libavcodec/put_bits.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/put_bits.h b/libavcodec/put_bits.h
index 8858caa..81be6b3 100644
--- a/libavcodec/put_bits.h
+++ b/libavcodec/put_bits.h
@@ -28,7 +28,6 @@
 
 #include <stdint.h>
 #include <stddef.h>
-#include <assert.h>
 
 #include "libavutil/intreadwrite.h"
 #include "libavutil/avassert.h"



More information about the ffmpeg-cvslog mailing list