Commit 3db9960e authored by Paul B Mahol's avatar Paul B Mahol

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

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5274860f
......@@ -46,10 +46,6 @@
#include "qdm2_tablegen.h"
#undef NDEBUG
#include <assert.h>
#define QDM2_LIST_ADD(list, size, packet) \
do { \
if (size > 0) { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment