summaryrefslogtreecommitdiff
path: root/libavformat/lxfdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 09:08:44 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-12 08:52:59 +0200
commitaaeb37f3856ed0c29f735962b806c2e2fbfc1540 (patch)
tree9c2672b2bce84ee51060188eae50fbe922667b68 /libavformat/lxfdec.c
parentc19797bf59f0541d6915dab7c1568d5311757d9d (diff)
avformat/internal: Move FFERROR_REDO to demux.h
It is demuxer-only. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/lxfdec.c')
-rw-r--r--libavformat/lxfdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c
index 2d0270d718..8003ae98b7 100644
--- a/libavformat/lxfdec.c
+++ b/libavformat/lxfdec.c
@@ -24,6 +24,7 @@
#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
+#include "demux.h"
#include "internal.h"
#define LXF_MAX_PACKET_HEADER_SIZE 256