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
10l: Initialize tag to NULL in show_stream, fix metadata showing in
streams. Originally committed as revision 22698 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini
15 years ago
parent
c271ad21ac
commit
efe8bb095b
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
@@ -118,7 +118,7 @@ static void show_stream(AVFormatContext *fmt_ctx, int stream_idx)
AVCodecContext *dec_ctx;
AVCodec *dec;
char val_str[128];
AVMetadataTag *tag;
AVMetadataTag *tag
= NULL
;
char a, b, c, d;
printf("[STREAM]\n");
Write
Preview
Loading…
Cancel
Save