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
commit
efe8bb095b
1 changed files with 1 additions and 1 deletions
  1. +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");


Loading…
Cancel
Save