Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
merge_av
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
2018-04-18 20:16:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
552f64f79b225ab39ed14e4d5f5ae6573079f652
552f64f7
1 parent
3bd71f14
add "\n" for print only convert mp4
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
merge_av/merge_av.cpp
merge_av/merge_av.cpp
查看文件 @
552f64f
...
...
@@ -1002,7 +1002,7 @@ int process_files()
int
process_only_mp4_files
()
{
//only convert mp4 to ts,don't merge
printf
(
"\only convert mp4 files!
\n
"
);
printf
(
"
\
n
only convert mp4 files!
\n
"
);
char
outputfile
[
1024
];
init
();
...
...
请
注册
或
登录
后发表评论