]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dump.c
avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safe
[ffmpeg] / libavformat / dump.c
index ca73c2810c60f645e6d0a3864da02829b2afc660..62ef5e98524cfc7e161e9efee5096baca6a294cb 100644 (file)
@@ -543,7 +543,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
     avcodec_string(buf, sizeof(buf), avctx, is_output);
     avcodec_free_context(&avctx);
 
-    av_log(NULL, AV_LOG_INFO, "    Stream #%d:%d", index, i);
+    av_log(NULL, AV_LOG_INFO, "  Stream #%d:%d", index, i);
 
     /* the pid is an important information, so we display it */
     /* XXX: add a generic system */
@@ -696,7 +696,7 @@ void av_dump_format(AVFormatContext *ic, int index,
         av_log(NULL, AV_LOG_INFO,
                "end %f\n", ch->end * av_q2d(ch->time_base));
 
-        dump_metadata(NULL, ch->metadata, "    ");
+        dump_metadata(NULL, ch->metadata, "      ");
     }
 
     if (ic->nb_programs) {