forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
c271ad21ac
commit
efe8bb095b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue