Commit efe8bb09 authored by Stefano Sabatini's avatar Stefano Sabatini

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
parent c271ad21
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment