Skip to content

Commit

Permalink
avi build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Apr 10, 2022
1 parent 722e110 commit 99ba4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/xsound/avi.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extern "C" {
#endif

#include <avformat.h>
#include <avcodec.h>
#ifdef __cplusplus
}
#endif
Expand All @@ -24,7 +25,7 @@ struct AVIFile : XListElement
{
AVFormatContext *pFormatCtx;
AVCodecContext *pCodecCtx;
AVCodec *pCodec;
const AVCodec *pCodec;
AVFrame *pFrame;
AVPacket packet;
int videoStream;
Expand Down

0 comments on commit 99ba4e5

Please sign in to comment.