Skip to content

Commit

Permalink
Fix AVERROR_EOF include
Browse files Browse the repository at this point in the history
  • Loading branch information
valbok committed Sep 8, 2023
1 parent 2a9f09e commit 3b0ab68
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 3b0ab68

Please sign in to comment.