silence ffmpeg

This commit is contained in:
TangoCash
2019-08-25 22:17:54 +02:00
committed by Thilo Graf
parent f88e4e9451
commit ddfc274773

View File

@@ -1999,7 +1999,7 @@ int32_t container_ffmpeg_update_tracks(Context_t *context, char *filename, int32
#endif
ffmpeg_printf(20, "dump format\n");
if(avContextTab[0] != NULL)
if((avContextTab[0] != NULL) && (FFMPEG_DEBUG_LEVEL > 0))
av_dump_format(avContextTab[0], 0, filename, 0);