Fixed removed #endif

This commit is contained in:
akallabeth 2022-03-30 18:20:55 +02:00 committed by akallabeth
parent e647d3aa83
commit 19173a3c6b

View File

@ -249,6 +249,7 @@ static int libavcodec_decompress(H264_CONTEXT* h264, const BYTE* pSrcData, UINT3
sys->hwctx ? sys->hwVideoFrame : sys->videoFrame, &gotFrame, packet);
#else
status = avcodec_decode_video2(sys->codecDecoderContext, sys->videoFrame, &gotFrame, packet);
#endif
#endif
if (status < 0)
{