mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avcodec/qdm2: remove unneeded #include, there are no assert()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
5274860fe2
commit
3db9960e0a
@ -46,10 +46,6 @@
|
|||||||
|
|
||||||
#include "qdm2_tablegen.h"
|
#include "qdm2_tablegen.h"
|
||||||
|
|
||||||
#undef NDEBUG
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
|
|
||||||
#define QDM2_LIST_ADD(list, size, packet) \
|
#define QDM2_LIST_ADD(list, size, packet) \
|
||||||
do { \
|
do { \
|
||||||
if (size > 0) { \
|
if (size > 0) { \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user