From c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 19:18:14 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- mpeglib/example/yaf/yafcore/buffer.h | 2 +- mpeglib/example/yaf/yafcore/commandTable.h | 2 +- mpeglib/example/yaf/yafcore/inputDecoder.h | 2 +- mpeglib/example/yaf/yafcore/inputInterface.h | 2 +- mpeglib/example/yaf/yafcore/outputInterface.h | 2 +- mpeglib/example/yaf/yafcore/yaf_control.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mpeglib/example/yaf/yafcore') diff --git a/mpeglib/example/yaf/yafcore/buffer.h b/mpeglib/example/yaf/yafcore/buffer.h index 93f4f3d8..ae008d6c 100644 --- a/mpeglib/example/yaf/yafcore/buffer.h +++ b/mpeglib/example/yaf/yafcore/buffer.h @@ -22,7 +22,7 @@ extern "C" { #include #include } -#include +#include class TDE_EXPORT Buffer { diff --git a/mpeglib/example/yaf/yafcore/commandTable.h b/mpeglib/example/yaf/yafcore/commandTable.h index 77d51906..679913cc 100644 --- a/mpeglib/example/yaf/yafcore/commandTable.h +++ b/mpeglib/example/yaf/yafcore/commandTable.h @@ -21,7 +21,7 @@ extern"C" { #include } -#include +#include #define _CT_START 40 diff --git a/mpeglib/example/yaf/yafcore/inputDecoder.h b/mpeglib/example/yaf/yafcore/inputDecoder.h index 4051fd3d..aa22337d 100644 --- a/mpeglib/example/yaf/yafcore/inputDecoder.h +++ b/mpeglib/example/yaf/yafcore/inputDecoder.h @@ -19,7 +19,7 @@ #include "outputInterface.h" #include -#include +#include #define _DECODER_STATUS_IDLE 1 #define _DECODER_STATUS_WORKING 2 diff --git a/mpeglib/example/yaf/yafcore/inputInterface.h b/mpeglib/example/yaf/yafcore/inputInterface.h index d22bc615..2f2ffd44 100644 --- a/mpeglib/example/yaf/yafcore/inputInterface.h +++ b/mpeglib/example/yaf/yafcore/inputInterface.h @@ -18,7 +18,7 @@ #include "buffer.h" #include -#include +#include extern "C" { #include diff --git a/mpeglib/example/yaf/yafcore/outputInterface.h b/mpeglib/example/yaf/yafcore/outputInterface.h index fe4c8e71..616c1eb7 100644 --- a/mpeglib/example/yaf/yafcore/outputInterface.h +++ b/mpeglib/example/yaf/yafcore/outputInterface.h @@ -21,7 +21,7 @@ #include #include #include "buffer.h" -#include +#include // uncomment this for debugging the output stream // (written to file outstream.dbg) diff --git a/mpeglib/example/yaf/yafcore/yaf_control.h b/mpeglib/example/yaf/yafcore/yaf_control.h index 630dc398..14cf921f 100644 --- a/mpeglib/example/yaf/yafcore/yaf_control.h +++ b/mpeglib/example/yaf/yafcore/yaf_control.h @@ -13,7 +13,7 @@ #include #include #include -#include +#include // prototypes -- cgit v1.2.1