Skip to content

Commit

Permalink
Merge pull request #398 from valbok/liberror
Browse files Browse the repository at this point in the history
Fix  AVERROR_EOF include
  • Loading branch information
valbok authored Sep 8, 2023
2 parents 2a9f09e + 3b0ab68 commit 8f85b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QtAVPlayer/qaviodevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
extern "C" {
#include <libavformat/avio.h>
#include <libavutil/mem.h>
#include <libavutil/error.h>
}

QT_BEGIN_NAMESPACE
Expand Down

0 comments on commit 8f85b35

Please sign in to comment.