This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffprobe: replace simple string printing with the appropriate helper.
tags/n0.9
Clément Bœsch
14 years ago
parent
78d7d8fe91
commit
5241bc2773
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffprobe.c
+ 1
- 1
ffprobe.c
View File
@@ -291,7 +291,7 @@ static void show_stream(struct writer *w, AVFormatContext *fmt_ctx, int stream_i
break;
}
} else {
print_
fmt
("codec_type", "unknown");
print_
str
("codec_type", "unknown");
}
if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS)
Write
Preview
Loading…
Cancel
Save