From 93f44a10e2e8942e57e62bb210a2ca7d206a51b7 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 24 九月 2019 11:26:44 +0800 Subject: [PATCH] add rec audio; --- csrc/wrapper.hpp | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp index 3b4aa7b..c6fc3ea 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -1,10 +1,6 @@ #ifndef _cffmpeg_wrapper_hpp_ #define _cffmpeg_wrapper_hpp_ -extern "C"{ -#include <libavcodec/avcodec.h> -} - #include <stdint.h> #include <string> @@ -16,11 +12,11 @@ #include "common/callback.hpp" + namespace ffwrapper{ class FormatIn; - - class VideoProp; class CodedData; + class VideoProp; } namespace cffmpeg_wrap{ -- Gitblit v1.8.0