1 Star 0 Fork 0

dong2/ffmpeg-libav-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
video_debugging.h 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/timestamp.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <libavutil/opt.h>
#include <string.h>
#include <inttypes.h>
void logging(const char *fmt, ...);
void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt);
void print_timing(char *name, AVFormatContext *avf, AVCodecContext *avc, AVStream *avs);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dong2/ffmpeg-libav-tutorial.git
git@gitee.com:dong2/ffmpeg-libav-tutorial.git
dong2
ffmpeg-libav-tutorial
ffmpeg-libav-tutorial
master

搜索帮助