mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avfilter/framequeue: add missing check for ASSERT_LEVEL
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
94eb600f35
commit
e1b8271949
@ -33,7 +33,7 @@ void ff_framequeue_global_init(FFFrameQueueGlobal *fqg)
|
||||
|
||||
static void check_consistency(FFFrameQueue *fq)
|
||||
{
|
||||
#if ASSERT_LEVEL >= 2
|
||||
#if defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2
|
||||
uint64_t nb_samples = 0;
|
||||
size_t i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user