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.rheinha...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".