From 529a90df418bd92d206dfeabfb2e1d01b454ad32 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 09 十月 2020 17:30:03 +0800 Subject: [PATCH] h264 mp4 --- csrc/ffmpeg/format/FormatOut.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/ffmpeg/format/FormatOut.hpp b/csrc/ffmpeg/format/FormatOut.hpp index 62b5d02..86739bc 100644 --- a/csrc/ffmpeg/format/FormatOut.hpp +++ b/csrc/ffmpeg/format/FormatOut.hpp @@ -47,7 +47,7 @@ bool endWriter(); bool writeHeader(AVDictionary **options = NULL); - bool writeFrame2(AVPacket *pkt, bool interleaved); + bool writeFrameInternal(AVPacket *pkt, bool interleaved); bool writeTrailer(); public: AVStream *getStream(); -- Gitblit v1.8.0