[FFmpeg-cvslog] r22698 - trunk/ffprobe.c

stefano subversion
Sat Mar 27 13:35:40 CET 2010


Author: stefano
Date: Sat Mar 27 13:35:40 2010
New Revision: 22698

Log:
10l: Initialize tag to NULL in show_stream, fix metadata showing in
streams.

Modified:
   trunk/ffprobe.c

Modified: trunk/ffprobe.c
==============================================================================
--- trunk/ffprobe.c	Sat Mar 27 12:31:30 2010	(r22697)
+++ trunk/ffprobe.c	Sat Mar 27 13:35:40 2010	(r22698)
@@ -118,7 +118,7 @@ static void show_stream(AVFormatContext 
     AVCodecContext *dec_ctx;
     AVCodec *dec;
     char val_str[128];
-    AVMetadataTag *tag;
+    AVMetadataTag *tag = NULL;
     char a, b, c, d;
 
     printf("[STREAM]\n");



More information about the ffmpeg-cvslog mailing list