[vlc-commits] h264 packetizer: remove unused assert.h
Tristan Matthews
git at videolan.org
Sat May 10 19:36:23 CEST 2014
vlc | branch: master | Tristan Matthews <le.businessman at gmail.com> | Sat May 10 13:35:54 2014 -0400| [7513dc81aefeb5ea26ecfe6bcaab7494bb6aafb6] | committer: Tristan Matthews
h264 packetizer: remove unused assert.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7513dc81aefeb5ea26ecfe6bcaab7494bb6aafb6
---
modules/packetizer/h264.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/packetizer/h264.c b/modules/packetizer/h264.c
index 01fab3d..dd6f1c8 100644
--- a/modules/packetizer/h264.c
+++ b/modules/packetizer/h264.c
@@ -31,7 +31,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include <assert.h>
#include <vlc_common.h>
#include <vlc_plugin.h>
More information about the vlc-commits
mailing list