Fixed removed #endif
This commit is contained in:
parent
e647d3aa83
commit
19173a3c6b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user