[FFmpeg-devel] [PATCH 28/28] avcodec/diracdec: Don't use EDGE_WIDTH from mpegpicture.h
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Tue May 7 00:52:27 EEST 2024
There is nothing that forces us to use the same value
as mpegvideo_enc.c, so define our own constant.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavcodec/diracdec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c
index f0df74e131..df52e56098 100644
--- a/libavcodec/diracdec.c
+++ b/libavcodec/diracdec.c
@@ -38,13 +38,14 @@
#include "golomb.h"
#include "dirac_arith.h"
#include "dirac_vlc.h"
-#include "mpegpicture.h"
#include "dirac_dwt.h"
#include "dirac.h"
#include "diractab.h"
#include "diracdsp.h"
#include "videodsp.h"
+#define EDGE_WIDTH 16
+
/**
* The spec limits this to 3 for frame coding, but in practice can be as high as 6
*/
--
2.40.1
More information about the ffmpeg-devel
mailing list