mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed too eager assert.
This commit is contained in:
@@ -253,7 +253,6 @@ static void set_mediacodec_format(H264_CONTEXT* h264, AMediaFormat** formatVaria
|
||||
|
||||
WINPR_ASSERT(h264);
|
||||
WINPR_ASSERT(formatVariable);
|
||||
WINPR_ASSERT(newFormat);
|
||||
|
||||
sys = (H264_CONTEXT_MEDIACODEC*)h264->pSystemData;
|
||||
WINPR_ASSERT(sys);
|
||||
|
||||
Reference in New Issue
Block a user